++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ shuf
++ awk '{print $3}'
++ head -n1
+ TZ=America/Glace_Bay
Choosen random timezone America/Glace_Bay
+ echo 'Choosen random timezone America/Glace_Bay'
+ ln -snf /usr/share/zoneinfo/America/Glace_Bay /etc/localtime
+ echo America/Glace_Bay
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.18.10426.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-server (24.3.18.10426.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10426.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10426.altinitystable+msan) ...
Setting up clickhouse-client (24.3.18.10426.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10426.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=0
+ sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=59258880
+ sed --follow-symlinks -i 's|[[:digit:]]\+|59258880|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=12271616
+ sed --follow-symlinks -i 's|[[:digit:]]\+|12271616|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ ./minio server --address :11111 ./minio_data
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:44037 http://127.0.0.1:44037
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (44037), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
AccessDenied
Access Denied./18471E2E00208386f1aa4856-5d0e-422c-9527-6fa86c0796de
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 258 root 10u IPv6 23233 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 129.16 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 87.29 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 26.68 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.28 KiB/s
b.tsv
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 2.93 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.41 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 4.06 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Jun 8 13:29 .
drwxr-xr-x 1 root root 4.0K Jun 8 13:29 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 13:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Jun 8 13:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Jun 8 13:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Jun 8 13:29 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Jun 8 13:29 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8.6K Jun 8 13:24 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 8 13:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 13:28 .dockerenv
drwxr-xr-x 1 root root 4.0K Jun 8 13:29 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K Jun 8 13:29 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Jun 8 13:28 package_folder
dr-xr-xr-x 307 root root 0 Jun 8 13:28 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Jun 8 13:29 root
drwxr-xr-x 1 root root 4.0K Jun 8 13:28 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 13:28 sys
drwxrwxr-x 2 1000 1000 4.0K Jun 8 13:28 test_output
drwxrwxrwt 1 root root 4.0K Jun 8 13:29 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 538 clickhouse 322u IPv4 20989 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
File /tmp/export-logs-config.sh does not exist, do not setup
+ set +x
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "PUT /devstoreaccount1/cont/aqpdwayynlbojqspopiinofvdzqifjlz?blockid=wwukdxafvrythqgwuygknrqyvnmzmtyufcjdnrqydyjptghmhsufqtgpufsojwfo&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "PUT /devstoreaccount1/cont/aqpdwayynlbojqspopiinofvdzqifjlz?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "GET /devstoreaccount1/cont/aqpdwayynlbojqspopiinofvdzqifjlz HTTP/1.1" 206 4
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "GET /devstoreaccount1/cont/aqpdwayynlbojqspopiinofvdzqifjlz HTTP/1.1" 206 2
127.0.0.1 - - [08/Jun/2025:16:29:47 +0000] "DELETE /devstoreaccount1/cont/aqpdwayynlbojqspopiinofvdzqifjlz HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 725
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 0 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 6 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2025-06-08 13:30:26 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-06-08 13:30:26 Connecting to ClickHouse server... OK
2025-06-08 13:30:26 Connected to server 24.3.18.10426.altinitystable @ ef8a945bc84037671dd803577841a5e1563cec6e HEAD
2025-06-08 13:30:26 Found 945 parallel tests and 95 sequential tests
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-8).
2025-06-08 13:30:27
2025-06-08 13:30:27 03230_anyHeavy_merge: [ OK ] 0.60 sec.
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-4).
2025-06-08 13:30:27
2025-06-08 13:30:27 03210_nested_short_circuit_functions_bug: [ OK ] 0.67 sec.
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-7).
2025-06-08 13:30:27
2025-06-08 13:30:27 03165_distinct_with_window_func_crash: [ OK ] 0.69 sec.
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-3).
2025-06-08 13:30:27
2025-06-08 13:30:27 03165_order_by_duplicate: [ OK ] 0.68 sec.
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-9).
2025-06-08 13:30:27
2025-06-08 13:30:27 03142_alter_comment_parameterized_view: [ OK ] 0.72 sec.
2025-06-08 13:30:27
2025-06-08 13:30:27 Running about 118 stateless tests (ForkPoolWorker-2).
2025-06-08 13:30:27
2025-06-08 13:30:27 03261_sort_cursor_crash: [ OK ] 1.04 sec.
2025-06-08 13:30:28 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.61 sec.
2025-06-08 13:30:28 03032_scalars_create_as_select: [ OK ] 0.66 sec.
2025-06-08 13:30:28 03127_argMin_combinator_state: [ OK ] 0.71 sec.
2025-06-08 13:30:28
2025-06-08 13:30:28 Running about 118 stateless tests (ForkPoolWorker-5).
2025-06-08 13:30:28
2025-06-08 13:30:28 03174_low_cardinality_group_by_distributed_plan: [ OK ] 1.60 sec.
2025-06-08 13:30:28 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.63 sec.
2025-06-08 13:30:28 03142_untuple_crash: [ OK ] 1.11 sec.
2025-06-08 13:30:28
2025-06-08 13:30:28 Running about 118 stateless tests (ForkPoolWorker-6).
2025-06-08 13:30:28
2025-06-08 13:30:28 03284_json_object_as_tuple_duplicate_keys: [ OK ] 1.82 sec.
2025-06-08 13:30:28 03022_alter_materialized_view_query_has_inner_table: [ OK ] 1.32 sec.
2025-06-08 13:30:28 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.75 sec.
2025-06-08 13:30:29 03013_position_const_start_pos: [ OK ] 0.61 sec.
2025-06-08 13:30:29 03015_peder1001: [ OK ] 1.03 sec.
2025-06-08 13:30:29 03013_repeat_with_nonnative_integers: [ OK ] 0.72 sec.
2025-06-08 13:30:29 03010_read_system_parts_table_test: [ OK ] 0.74 sec.
2025-06-08 13:30:29 03014_window_view_crash: [ OK ] 1.47 sec.
2025-06-08 13:30:29 03014_msan_parse_date_time: [ OK ] 1.28 sec.
2025-06-08 13:30:29 03003_enum_and_string_compatible: [ OK ] 0.57 sec.
2025-06-08 13:30:30 03003_analyzer_setting: [ OK ] 0.77 sec.
2025-06-08 13:30:30 02999_scalar_subqueries_bug_1: [ OK ] 0.99 sec.
2025-06-08 13:30:31 02999_variant_suspicious_types: [ OK ] 1.43 sec.
2025-06-08 13:30:31 03002_int_div_decimal_with_date_bug: [ OK ] 1.52 sec.
2025-06-08 13:30:31 02998_projection_after_attach_partition: [ OK ] 1.17 sec.
2025-06-08 13:30:31 02998_analyzer_secret_args_tree_node: [ OK ] 0.68 sec.
2025-06-08 13:30:31 03003_prql_panic: [ OK ] 1.95 sec.
2025-06-08 13:30:32 02994_inconsistent_formatting: [ OK ] 0.59 sec.
2025-06-08 13:30:32 03003_database_filesystem_format_detection: [ OK ] 2.90 sec.
2025-06-08 13:30:32 02998_http_redirects: [ OK ] 1.37 sec.
2025-06-08 13:30:33 02986_leftpad_fixedstring: [ OK ] 0.93 sec.
2025-06-08 13:30:33 02990_format_select_from_explain: [ OK ] 1.31 sec.
2025-06-08 13:30:33 02982_dont_infer_exponent_floats: [ OK ] 0.67 sec.
2025-06-08 13:30:34 02981_translate_fixedstring: [ OK ] 0.66 sec.
2025-06-08 13:30:34 02992_analyzer_group_by_const: [ OK ] 2.96 sec.
2025-06-08 13:30:34 02985_minmax_index_aggregate_function: [ OK ] 2.10 sec.
2025-06-08 13:30:35 02994_sanity_check_settings: [ OK ] 4.21 sec.
2025-06-08 13:30:35 02982_comments_in_system_tables: [ OK ] 2.39 sec.
2025-06-08 13:30:36 02974_if_with_map: [ OK ] 1.44 sec.
2025-06-08 13:30:36 02974_analyzer_array_join_subcolumn: [ OK ] 1.56 sec.
2025-06-08 13:30:36 02995_forget_partition: [ OK ] 5.09 sec.
2025-06-08 13:30:37 02969_functions_to_subcolumns_if_null: [ OK ] 0.94 sec.
2025-06-08 13:30:37 02970_visible_width_behavior: [ OK ] 1.30 sec.
2025-06-08 13:30:37 02973_block_number_sparse_serialization_and_mutation: [ OK ] 2.01 sec.
2025-06-08 13:30:38 02967_fuzz_bad_cast: [ OK ] 0.92 sec.
2025-06-08 13:30:39 02963_single_value_destructor: [ OK ] 1.89 sec.
2025-06-08 13:30:40 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 5.82 sec.
2025-06-08 13:30:40 02962_join_using_bug_57894: [ OK ] 0.96 sec.
2025-06-08 13:30:41 02962_parallel_window_functions_different_partitioning: [ OK ] 0.88 sec.
2025-06-08 13:30:41 02966_nested_offsets_subcolumn: [ OK ] 3.85 sec.
2025-06-08 13:30:41 02960_alter_table_part_query_parameter: [ OK ] 0.75 sec.
2025-06-08 13:30:42 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 6.29 sec.
2025-06-08 13:30:42 02943_variant_element: [ OK ] 1.04 sec.
2025-06-08 13:30:42 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 6.74 sec.
2025-06-08 13:30:43 02956_clickhouse_local_system_parts: [ OK ] 2.12 sec.
2025-06-08 13:30:45 02933_ephemeral_mv: [ OK ] 1.07 sec.
2025-06-08 13:30:50 02922_respect_nulls_parser: [ OK ] 6.48 sec.
2025-06-08 13:30:52 03012_parser_backtracking: [ OK ] 23.56 sec.
2025-06-08 13:30:53 02922_server_exit_code: [ OK ] 2.40 sec.
2025-06-08 13:30:54 03008_uniq_exact_equal_ranges: [ OK ] 25.29 sec.
2025-06-08 13:30:55 02918_join_pm_lc_crash: [ OK ] 2.68 sec.
2025-06-08 13:30:56 02922_respect_nulls_extensive: [ OK ] 10.13 sec.
2025-06-08 13:30:57 02918_analyzer_to_ast_crash: [ OK ] 1.67 sec.
2025-06-08 13:30:57 02955_analyzer_using_functional_args: [ OK ] 15.56 sec.
2025-06-08 13:30:59 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 5.29 sec.
2025-06-08 13:31:00 02916_set_formatting: [ OK ] 3.30 sec.
2025-06-08 13:31:01 02915_analyzer_fuzz_2: [ OK ] 3.00 sec.
2025-06-08 13:31:02 02915_analyzer_fuzz_6: [ OK ] 4.62 sec.
2025-06-08 13:31:03 02910_nullable_enum_cast: [ OK ] 2.01 sec.
2025-06-08 13:31:03 02935_http_content_type_with_http_headers_progress: [ OK ] 20.85 sec.
2025-06-08 13:31:03 02911_add_index_and_materialize_index: [ OK ] 3.34 sec.
2025-06-08 13:31:03 02915_input_table_function_in_subquery: [ OK ] 5.57 sec.
2025-06-08 13:31:03 02908_filesystem_cache_as_collection: [ OK ] 0.67 sec.
2025-06-08 13:31:04 02910_bad_logs_level_in_local: [ OK ] 2.30 sec.
2025-06-08 13:31:04 02932_kill_query_sleep: [ OK ] 21.47 sec.
2025-06-08 13:31:06 02901_analyzer_recursive_window: [ OK ] 1.79 sec.
2025-06-08 13:31:06 02900_clickhouse_local_drop_current_database: [ OK ] 1.80 sec.
2025-06-08 13:31:06 02910_object-json-crash-add-column: [ OK ] 3.19 sec.
2025-06-08 13:31:06 02908_table_ttl_dependency: [ OK ] 3.53 sec.
2025-06-08 13:31:07 02903_client_insert_in_background: [ OK ] 3.25 sec.
2025-06-08 13:31:07 02910_replicated_merge_parameters_must_consistent: [ OK ] 4.44 sec.
2025-06-08 13:31:08 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.61 sec.
2025-06-08 13:31:09 02899_distributed_limit_by: [ OK ] 3.06 sec.
2025-06-08 13:31:09 02907_backup_restore_flatten_nested: [ OK ] 6.24 sec.
2025-06-08 13:31:09 02900_matview_create_to_errors: [ OK ] 3.50 sec.
2025-06-08 13:31:09 02899_indexing_by_space_filling_curves: [ OK ] 3.61 sec.
2025-06-08 13:31:10 02895_peak_memory_usage_http_headers_regression: [ OK ] 1.91 sec.
2025-06-08 13:31:10 02891_functions_over_sparse_columns: [ OK ] 0.74 sec.
2025-06-08 13:31:10 02890_partition_prune_in_extra_columns: [ OK ] 0.91 sec.
2025-06-08 13:31:11 02891_rename_table_without_keyword: [ OK ] 1.28 sec.
2025-06-08 13:31:11 02888_obsolete_settings: [ OK ] 0.79 sec.
2025-06-08 13:31:11 02886_binary_like: [ OK ] 1.14 sec.
2025-06-08 13:31:11 02885_create_distributed_table_without_as: [ OK ] 0.98 sec.
2025-06-08 13:31:12 02881_system_detached_parts_modification_time: [ OK ] 1.09 sec.
2025-06-08 13:31:13 02896_leading_zeroes_no_octal: [ OK ] 6.14 sec.
2025-06-08 13:31:13 02896_max_execution_time_with_break_overflow_mode: [ OK ] 6.01 sec.
2025-06-08 13:31:14 02882_formatQuery: [ OK ] 3.03 sec.
2025-06-08 13:31:14 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 1.22 sec.
2025-06-08 13:31:14 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.38 sec.
2025-06-08 13:31:14 02883_read_in_reverse_order_virtual_column: [ OK ] 3.62 sec.
2025-06-08 13:31:15 02875_fix_column_decimal_serialization: [ OK ] 0.97 sec.
2025-06-08 13:31:16 02875_show_functions: [ OK ] 3.39 sec.
2025-06-08 13:31:17 02875_parallel_replicas_remote: [ OK ] 2.86 sec.
2025-06-08 13:31:17 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.62 sec.
2025-06-08 13:31:17 02963_remote_read_small_buffer_size_bug: [ OK ] 38.76 sec.
2025-06-08 13:31:17 02874_json_merge_patch_function_test: [ OK ] 2.74 sec.
2025-06-08 13:31:18 02864_profile_event_part_lock: [ OK ] 0.90 sec.
2025-06-08 13:31:18 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.48 sec.
2025-06-08 13:31:19 02861_filter_pushdown_const_bug: [ OK ] 1.55 sec.
2025-06-08 13:31:19 02870_per_column_settings: [ OK ] 2.71 sec.
2025-06-08 13:31:20 02842_vertical_merge_after_add_drop_column: [ OK ] 1.07 sec.
2025-06-08 13:31:21 02845_arrayShiftRotate: [ OK ] 3.30 sec.
2025-06-08 13:31:22 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 2.04 sec.
2025-06-08 13:31:22 02876_yyyymmddhhmmsstodatetime: [ OK ] 9.54 sec.
2025-06-08 13:31:23 02835_fuzz_remove_redundant_sorting: [ OK ] 1.05 sec.
2025-06-08 13:31:23 02840_merge__table_or_filter: [ OK ] 1.71 sec.
2025-06-08 13:31:24 02835_join_step_explain: [ OK ] 1.11 sec.
2025-06-08 13:31:25 02841_group_array_sorted: [ OK ] 3.41 sec.
2025-06-08 13:31:26 02834_array_exists_segfault: [ OK ] 1.53 sec.
2025-06-08 13:31:26 02834_timestamp_function: [ OK ] 2.81 sec.
2025-06-08 13:31:26 02841_parallel_final_wrong_columns_order: [ OK ] 6.56 sec.
2025-06-08 13:31:27 02831_trash: [ OK ] 0.69 sec.
2025-06-08 13:31:27 02833_local_with_dialect: [ OK ] 2.49 sec.
2025-06-08 13:31:28 02833_local_udf_options: [ OK ] 2.01 sec.
2025-06-08 13:31:28 02816_check_projection_metadata: [ OK ] 1.00 sec.
2025-06-08 13:31:28 02815_alias_to_length: [ OK ] 0.75 sec.
2025-06-08 13:31:29 02815_fix_not_found_constants_col_in_block: [ OK ] 0.87 sec.
2025-06-08 13:31:29 02813_func_now_and_alias: [ OK ] 0.77 sec.
2025-06-08 13:31:30 02809_has_token: [ OK ] 0.63 sec.
2025-06-08 13:31:30 02806_cte_block_cannot_be_empty: [ OK ] 0.69 sec.
2025-06-08 13:31:32 02809_has_subsequence: [ OK ] 2.68 sec.
2025-06-08 13:31:32 02874_array_random_sample: [ OK ] 17.62 sec.
2025-06-08 13:31:33 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 14.28 sec.
2025-06-08 13:31:33 02800_transform_alter: [ OK ] 1.67 sec.
2025-06-08 13:31:34 02798_generic_transform: [ OK ] 1.13 sec.
2025-06-08 13:31:35 02790_fix_coredump_when_compile_expression: [ OK ] 0.69 sec.
2025-06-08 13:31:35 02797_range_nullable: [ OK ] 2.22 sec.
2025-06-08 13:31:36 02815_no_throw_in_simple_queries: [ OK ] 7.77 sec.
2025-06-08 13:31:36 02802_clickhouse_disks_s3_copy: [ OK ] 5.12 sec.
2025-06-08 13:31:36 02784_schema_inference_null_as_default: [ OK ] 0.79 sec.
2025-06-08 13:31:36 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 1.20 sec.
2025-06-08 13:31:37 02791_final_block_structure_mismatch_bug: [ OK ] 3.56 sec.
2025-06-08 13:31:37 02782_values_null_to_lc_nullable: [ OK ] 0.64 sec.
2025-06-08 13:31:39 02769_compare_functions_nan: [ OK ] 1.50 sec.
2025-06-08 13:31:39 02751_multiif_to_if_crash: [ OK ] 0.76 sec.
2025-06-08 13:31:41 02790_url_multiple_tsv_files: [ OK ] 6.56 sec.
2025-06-08 13:31:43 02751_query_log_test_partitions: [ OK ] 3.09 sec.
2025-06-08 13:31:43 02737_sql_auto_is_null: [ OK ] 0.71 sec.
2025-06-08 13:31:45 02895_npy_format: [ OK ] 35.68 sec.
2025-06-08 13:31:45 02766_prql: [ OK ] 7.81 sec.
2025-06-08 13:31:46 02735_system_zookeeper_connection: [ OK ] 1.03 sec.
2025-06-08 13:31:46 02783_date_predicate_optimizations: [ OK ] 9.34 sec.
2025-06-08 13:31:46 02734_optimize_group_by: [ OK ] 0.80 sec.
2025-06-08 13:31:46 02734_big_int_from_float_ubsan: [ OK ] 0.61 sec.
2025-06-08 13:31:47 02737_arrayJaccardIndex: [ OK ] 3.55 sec.
2025-06-08 13:31:48 02725_cnf_large_check: [ OK ] 1.54 sec.
2025-06-08 13:31:48 02741_hashed_dictionary_load_factor: [ OK ] 6.48 sec.
2025-06-08 13:31:49 02721_url_cluster: [ OK ] 2.53 sec.
2025-06-08 13:31:49 02716_int256_arrayfunc: [ OK ] 1.15 sec.
2025-06-08 13:31:50 02711_trim_aliases: [ OK ] 0.72 sec.
2025-06-08 13:31:50 02789_reading_from_s3_with_connection_pool: [ OK ] 14.19 sec.
2025-06-08 13:31:51 02699_polygons_sym_difference_total: [ OK ] 0.71 sec.
2025-06-08 13:31:51 02706_kolmogorov_smirnov_test: [ OK ] 2.23 sec.
2025-06-08 13:31:53 02718_cli_dashed_options_parsing: [ OK ] 5.83 sec.
2025-06-08 13:31:53 02692_multiple_joins_unicode: [ OK ] 1.61 sec.
2025-06-08 13:31:53 02697_stop_reading_on_first_cancel: [ OK ] 2.28 sec.
2025-06-08 13:31:54 02731_parallel_replicas_join_subquery: [ OK ] 7.96 sec.
2025-06-08 13:31:54 02718_parquet_metadata_format: [ OK ] 6.55 sec.
2025-06-08 13:31:55 02684_bson: [ OK ] 1.22 sec.
2025-06-08 13:31:55 02686_bson3: [ OK ] 2.17 sec.
2025-06-08 13:31:55 02688_long_aggregate_function_names: [ OK ] 2.37 sec.
2025-06-08 13:31:56 02680_default_star: [ OK ] 0.47 sec.
2025-06-08 13:31:56 02674_date_int_string_json_inference: [ OK ] 0.67 sec.
2025-06-08 13:31:56 02676_kafka_murmur_hash: [ OK ] 0.73 sec.
2025-06-08 13:31:59 02669_alter_modify_to_nullable: [ OK ] 3.28 sec.
2025-06-08 13:32:02 02688_aggregate_states: [ OK ] 8.69 sec.
2025-06-08 13:32:02 02592_avro_more_types: [ OK ] 3.00 sec.
2025-06-08 13:32:05 02591_bson_long_tuple: [ OK ] 2.35 sec.
2025-06-08 13:32:06 02681_undrop_query_uuid: [ OK ] 12.03 sec.
2025-06-08 13:32:07 02592_avro_records_with_same_names: [ OK ] 4.73 sec.
2025-06-08 13:32:08 02577_analyzer_array_join_calc_twice: [ OK ] 1.17 sec.
2025-06-08 13:32:08 02661_quantile_approx: [ OK ] 11.97 sec.
2025-06-08 13:32:09 02575_merge_prewhere_default_expression: [ OK ] 1.25 sec.
2025-06-08 13:32:11 02565_update_empty_nested: [ OK ] 1.49 sec.
2025-06-08 13:32:15 02817_structure_to_schema: [ OK ] 48.22 sec.
2025-06-08 13:32:15 02570_fallback_from_async_insert: [ OK ] 6.94 sec.
2025-06-08 13:32:16 02560_quantile_min_max: [ OK ] 0.84 sec.
2025-06-08 13:32:16 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 0.88 sec.
2025-06-08 13:32:17 02554_invalid_create_view_syntax: [ OK ] 0.49 sec.
2025-06-08 13:32:18 02554_log_faminy_support_storage_policy: [ OK ] 2.04 sec.
2025-06-08 13:32:18 02553_type_object_analyzer: [ OK ] 0.96 sec.
2025-06-08 13:32:19 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 1.39 sec.
2025-06-08 13:32:20 02874_parquet_multiple_batches_array_inconsistent_offsets: [ OK ] 66.46 sec.
2025-06-08 13:32:21 02538_analyzer_create_table_as_select: [ OK ] 0.93 sec.
2025-06-08 13:32:22 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 16.77 sec.
2025-06-08 13:32:22 02703_max_local_read_bandwidth: [ OK ] 32.17 sec.
2025-06-08 13:32:22 02540_date_column_consistent_insert_behaviour: [ OK ] 4.04 sec.
2025-06-08 13:32:22 02535_ip_parser_not_whole: [ OK ] 0.77 sec.
2025-06-08 13:32:23 02523_range_const_start: [ OK ] 0.72 sec.
2025-06-08 13:32:25 02525_different_engines_in_temporary_tables: [ OK ] 2.90 sec.
2025-06-08 13:32:25 02560_regexp_denial_of_service: [ OK ] 14.24 sec.
2025-06-08 13:32:27 02517_avro_bool_type: [ OK ] 1.85 sec.
2025-06-08 13:32:27 02539_settings_alias: [ OK ] 8.11 sec.
2025-06-08 13:32:28 02531_two_level_aggregation_bug: [ OK ] 5.95 sec.
2025-06-08 13:32:28 02515_projections_with_totals: [ OK ] 0.96 sec.
2025-06-08 13:32:28 02518_parquet_arrow_orc_boolean_value: [ OK ] 3.20 sec.
2025-06-08 13:32:29 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.69 sec.
2025-06-08 13:32:29 02515_analyzer_null_for_empty: [ OK ] 0.71 sec.
2025-06-08 13:32:30 02534_parquet_fixed_binary_array: [ OK ] 7.76 sec.
2025-06-08 13:32:30 02515_aggregate_functions_statistics: [ OK ] 2.05 sec.
2025-06-08 13:32:30 02513_broken_datetime64_init_on_mac: [ OK ] 0.57 sec.
2025-06-08 13:32:31 02514_bad_index_granularity: [ OK ] 1.99 sec.
2025-06-08 13:32:31 02510_group_by_prewhere_null: [ OK ] 0.96 sec.
2025-06-08 13:32:32 02508_index_analysis_to_date_timezone: [ OK ] 1.11 sec.
2025-06-08 13:32:32 02513_prewhere_combine_step_filters: [ OK ] 3.08 sec.
2025-06-08 13:32:33 02500_analyzer_storage_view_crash_fix: [ OK ] 1.18 sec.
2025-06-08 13:32:33 02494_analyzer_compound_expression_crash_fix: [ OK ] 1.13 sec.
2025-06-08 13:32:34 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 1.09 sec.
2025-06-08 13:32:34 02668_parse_datetime_in_joda_syntax: [ OK ] 38.22 sec.
2025-06-08 13:32:35 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 7.81 sec.
2025-06-08 13:32:35 02494_parser_string_binary_literal: [ OK ] 1.19 sec.
2025-06-08 13:32:36 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.52 sec.
2025-06-08 13:32:38 02491_part_log_has_table_uuid: [ OK ] 2.82 sec.
2025-06-08 13:32:40 02493_numeric_literals_with_underscores: [ OK ] 5.43 sec.
2025-06-08 13:32:40 02486_truncate_and_unexpected_parts: [ OK ] 3.90 sec.
2025-06-08 13:32:40 02482_value_block_parsing: [ OK ] 2.36 sec.
2025-06-08 13:32:41 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 7.47 sec.
2025-06-08 13:32:41 02481_xxh3_hash_function: [ OK ] 0.65 sec.
2025-06-08 13:32:41 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 0.84 sec.
2025-06-08 13:32:43 02481_pk_analysis_with_enum_to_string: [ OK ] 1.43 sec.
2025-06-08 13:32:43 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.51 sec.
2025-06-08 13:32:44 02481_i43247_ubsan_in_minmaxany: [ OK ] 3.14 sec.
2025-06-08 13:32:44 02480_suspicious_lowcard_in_key: [ OK ] 1.25 sec.
2025-06-08 13:32:45 02478_window_frame_type_groups: [ OK ] 1.34 sec.
2025-06-08 13:32:46 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 5.28 sec.
2025-06-08 13:32:47 02478_analyzer_table_expression_aliases: [ OK ] 1.76 sec.
2025-06-08 13:32:47 02479_mysql_connect_to_self: [ OK ] 3.57 sec.
2025-06-08 13:32:48 02480_client_option_print_num_processed_rows: [ OK ] 4.54 sec.
2025-06-08 13:32:48 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 24.62 sec.
2025-06-08 13:32:48 02476_analyzer_join_with_unused_columns: [ OK ] 1.03 sec.
2025-06-08 13:32:49 02476_fix_lambda_parsing: [ OK ] 1.66 sec.
2025-06-08 13:32:50 02475_join_bug_42832: [ OK ] 1.37 sec.
2025-06-08 13:32:50 02477_age_date32: [ OK ] 3.32 sec.
2025-06-08 13:32:50 02474_fix_function_parser_bug: [ OK ] 0.49 sec.
2025-06-08 13:32:50 02476_fuse_sum_count: [ OK ] 2.60 sec.
2025-06-08 13:32:51 02475_analysis_of_variance: [ OK ] 2.29 sec.
2025-06-08 13:32:52 02500_bson_read_object_id: [ OK ] 20.79 sec.
2025-06-08 13:32:52 02466_distributed_query_profiler: [ OK ] 1.68 sec.
2025-06-08 13:32:53 02465_limit_trivial_max_rows_to_read: [ OK ] 2.20 sec.
2025-06-08 13:32:56 02461_mullable_pk_monotonicity_bug: [ OK ] 4.69 sec.
2025-06-08 13:32:58 02458_empty_hdfs_url: [ OK ] 1.43 sec.
2025-06-08 13:32:58 02458_insert_select_progress_tcp: [ OK ] 5.35 sec.
2025-06-08 13:33:00 02457_filesystem_function: [ OK ] 1.85 sec.
2025-06-08 13:33:02 02461_alter_update_respect_part_column_type_bug: [ OK ] 9.80 sec.
2025-06-08 13:33:03 02496_remove_redundant_sorting: [ OK ] 31.54 sec.
2025-06-08 13:33:03 02457_csv_parse_date_out_of_range: [ OK ] 5.18 sec.
2025-06-08 13:33:06 02456_test_zero_copy_mutation: [ OK ] 2.21 sec.
2025-06-08 13:33:09 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 2.42 sec.
2025-06-08 13:33:09 02456_bloom_filter_assert: [ OK ] 7.18 sec.
2025-06-08 13:33:13 02456_keeper_retries_during_insert: [ OK ] 9.42 sec.
2025-06-08 13:33:14 02430_initialize_aggregation_with_combinators: [ OK ] 1.26 sec.
2025-06-08 13:33:15 02440_mutations_finalization: [ OK ] 4.80 sec.
2025-06-08 13:33:15 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 5.82 sec.
2025-06-08 13:33:16 02422_read_numbers_as_strings: [ OK ] 1.14 sec.
2025-06-08 13:33:16 02426_pod_array_overflow_2: [ OK ] 1.52 sec.
2025-06-08 13:33:16 02456_async_inserts_logs: [ OK ] 15.85 sec.
2025-06-08 13:33:19 02420_stracktrace_debug_symbols: [ OK ] 3.40 sec.
2025-06-08 13:33:20 02416_rocksdb_delete_update: [ OK ] 3.36 sec.
2025-06-08 13:33:21 02415_all_new_functions_must_be_documented: [ OK ] 1.33 sec.
2025-06-08 13:33:22 02412_nlp: [ OK ] 2.02 sec.
2025-06-08 13:33:22 02417_null_variadic_behaviour: [ OK ] 6.18 sec.
2025-06-08 13:33:23 02407_array_element_from_map_wrong_type: [ OK ] 1.67 sec.
2025-06-08 13:33:23 02394_every_profile_event_must_have_documentation: [ OK ] 0.90 sec.
2025-06-08 13:33:23 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 13:33:23 02392_every_setting_must_have_documentation: [ OK ] 0.86 sec.
2025-06-08 13:33:23 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 13:33:23 02461_cancel_finish_race: [ OK ] 31.28 sec.
2025-06-08 13:33:24 02581_share_big_sets_between_mutation_tasks: [ OK ] 77.66 sec.
2025-06-08 13:33:25 02381_arrow_dict_to_lc: [ OK ] 1.97 sec.
2025-06-08 13:33:25 02380_analyzer_join_sample: [ OK ] 1.18 sec.
2025-06-08 13:33:25 02385_analyzer_aliases_compound_expression: [ OK ] 2.48 sec.
2025-06-08 13:33:26 02375_scalar_lc_cte: [ OK ] 0.65 sec.
2025-06-08 13:33:26 02377_analyzer_in_function_set: [ OK ] 1.13 sec.
2025-06-08 13:33:31 02381_compress_marks_and_primary_key: [ OK ] 7.24 sec.
2025-06-08 13:33:31 02383_arrow_dict_special_cases: [ OK ] 7.96 sec.
2025-06-08 13:33:31 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.67 sec.
2025-06-08 13:33:32 02368_analyzer_table_functions: [ OK ] 0.88 sec.
2025-06-08 13:33:33 02378_part_log_profile_events: [ OK ] 7.19 sec.
2025-06-08 13:33:33 02366_window_function_order_by: [ OK ] 0.79 sec.
2025-06-08 13:33:34 02367_analyzer_table_alias_columns: [ OK ] 1.37 sec.
2025-06-08 13:33:35 02366_explain_query_tree: [ OK ] 1.13 sec.
2025-06-08 13:33:35 02366_normalize_aggregate_function_types_and_states: [ OK ] 0.82 sec.
2025-06-08 13:33:36 02364_dictionary_datetime_64_attribute_crash: [ OK ] 0.87 sec.
2025-06-08 13:33:38 02366_kql_summarize: [ OK ] 4.24 sec.
2025-06-08 13:33:39 02374_analyzer_join_using: [ OK ] 12.98 sec.
2025-06-08 13:33:39 02360_send_logs_level_colors: [ OK ] 2.92 sec.
2025-06-08 13:33:40 02359_send_logs_source_regexp: [ OK ] 1.79 sec.
2025-06-08 13:33:40 02476_analyzer_identifier_hints: [ OK ] 52.37 sec.
2025-06-08 13:33:40 02355_column_type_name_lc: [ OK ] 0.60 sec.
2025-06-08 13:33:41 02354_numeric_literals_with_underscores: [ OK ] 0.78 sec.
2025-06-08 13:33:41 02353_partition_prune_nullable_key: [ OK ] 0.78 sec.
2025-06-08 13:33:41 02354_tuple_element_with_default: [ OK ] 1.07 sec.
2025-06-08 13:33:41 02353_ascii: [ OK ] 0.74 sec.
2025-06-08 13:33:42 02346_to_hour_monotonicity_fix: [ OK ] 1.14 sec.
2025-06-08 13:33:43 02353_translate: [ OK ] 1.99 sec.
2025-06-08 13:33:44 02346_position_countsubstrings_zero_byte: [ OK ] 1.40 sec.
2025-06-08 13:33:46 02345_filesystem_local: [ OK ] 1.69 sec.
2025-06-08 13:33:47 02357_query_cancellation_race: [ OK ] 7.47 sec.
2025-06-08 13:33:47 02345_create_table_allow_trailing_comma: [ OK ] 1.07 sec.
2025-06-08 13:33:47 02346_into_outfile_and_stdout: [ OK ] 5.06 sec.
2025-06-08 13:33:48 02336_sort_optimization_with_fill: [ OK ] 0.62 sec.
2025-06-08 13:33:49 02343_aggregation_pipeline: [ OK ] 1.88 sec.
2025-06-08 13:33:50 02341_global_join_cte: [ OK ] 2.25 sec.
2025-06-08 13:33:50 02335_column_ttl_expired_column_optimization: [ OK ] 2.03 sec.
2025-06-08 13:33:50 02324_map_combinator_bug: [ OK ] 1.48 sec.
2025-06-08 13:33:51 02317_functions_with_nothing: [ OK ] 1.04 sec.
2025-06-08 13:33:51 02316_const_string_intersact: [ OK ] 0.62 sec.
2025-06-08 13:33:52 02316_cast_to_ip_address_default_column: [ OK ] 1.12 sec.
2025-06-08 13:33:52 02315_pmj_union_ubsan_35857: [ OK ] 0.67 sec.
2025-06-08 13:33:53 02370_lost_part_intersecting_merges: [ OK ] 21.53 sec.
2025-06-08 13:33:53 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.84 sec.
2025-06-08 13:33:54 02311_normalize_utf8_constant: [ OK ] 0.59 sec.
2025-06-08 13:33:54 02315_readonly_create_function: [ OK ] 2.22 sec.
2025-06-08 13:33:55 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 1.82 sec.
2025-06-08 13:33:55 02306_rowbinary_has_no_bom: [ OK ] 1.39 sec.
2025-06-08 13:33:55 02302_clash_const_aggegate_join: [ OK ] 1.55 sec.
2025-06-08 13:33:57 02317_distinct_in_order_optimization: [ OK ] 6.93 sec.
2025-06-08 13:33:58 02293_h3_line: [ OK ] 2.12 sec.
2025-06-08 13:33:59 02285_hex_bin_support_more_types: [ OK ] 1.50 sec.
2025-06-08 13:34:00 02290_client_insert_cancel: [ OK ] 2.78 sec.
2025-06-08 13:34:01 02294_floating_point_second_in_settings: [ OK ] 6.16 sec.
2025-06-08 13:34:01 02372_analyzer_join: [ OK ] 34.31 sec.
2025-06-08 13:34:01 02267_output_format_prometheus: [ OK ] 1.00 sec.
2025-06-08 13:34:02 02251_last_day_of_month: [ OK ] 0.96 sec.
2025-06-08 13:34:03 02260_alter_compact_part_drop_nested_column: [ OK ] 1.70 sec.
2025-06-08 13:34:03 02293_ttest_large_samples: [ OK ] 8.24 sec.
2025-06-08 13:34:05 02250_lots_of_columns_in_csv_with_names: [ OK ] 4.08 sec.
2025-06-08 13:34:06 02244_make_datetime: [ OK ] 2.93 sec.
2025-06-08 13:34:06 02243_make_date32_mysql: [ OK ] 2.08 sec.
2025-06-08 13:34:06 02243_in_ip_address: [ OK ] 0.94 sec.
2025-06-08 13:34:06 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.67 sec.
2025-06-08 13:34:07 02242_throw_if_constant_argument: [ OK ] 0.65 sec.
2025-06-08 13:34:07 02234_position_case_insensitive_utf8: [ OK ] 0.67 sec.
2025-06-08 13:34:08 02421_truncate_isolation_no_merges: [ OK ] 52.99 sec.
2025-06-08 13:34:08 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.33 sec.
2025-06-08 13:34:09 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 1.78 sec.
2025-06-08 13:34:09 02220_array_join_format: [ OK ] 0.62 sec.
2025-06-08 13:34:09 02224_parallel_distributed_insert_select_cluster: [ OK ] 1.72 sec.
2025-06-08 13:34:12 02207_s3_content_type: [ OK ] 2.74 sec.
2025-06-08 13:34:12 02189_join_type_conversion: [ OK ] 0.63 sec.
2025-06-08 13:34:13 02206_format_override: [ OK ] 3.88 sec.
2025-06-08 13:34:13 02205_postgresql_functions: [ OK ] 3.41 sec.
2025-06-08 13:34:14 02185_arraySlice_negative_offset_size: [ OK ] 1.20 sec.
2025-06-08 13:34:14 02184_ipv6_cast_test: [ OK ] 0.87 sec.
2025-06-08 13:34:14 02184_ipv6_select_parsing: [ OK ] 0.97 sec.
2025-06-08 13:34:14 02242_case_insensitive_column_matching: [ OK ] 8.48 sec.
2025-06-08 13:34:15 02184_range_hashed_dictionary_outside_range_values: [ OK ] 1.14 sec.
2025-06-08 13:34:16 02181_dictionary_attach_detach: [ OK ] 1.70 sec.
2025-06-08 13:34:16 02184_storage_add_support_ttl: [ OK ] 2.20 sec.
2025-06-08 13:34:17 02246_is_secure_query_log: [ OK ] 15.21 sec.
2025-06-08 13:34:17 02179_bool_type: [ OK ] 2.12 sec.
2025-06-08 13:34:17 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 13:34:17 02177_sum_if_not_found: [ OK ] 1.45 sec.
2025-06-08 13:34:18 02183_dictionary_date_types: [ OK ] 3.86 sec.
2025-06-08 13:34:18 02165_h3_edge_length_km: [ OK ] 1.02 sec.
2025-06-08 13:34:18 02160_h3_hex_area_Km2: [ OK ] 1.11 sec.
2025-06-08 13:34:18 02158_ztest: [ OK ] 0.95 sec.
2025-06-08 13:34:19 02346_read_in_order_fixed_prefix: [ OK ] 37.31 sec.
2025-06-08 13:34:19 02154_bitmap_contains: [ OK ] 0.61 sec.
2025-06-08 13:34:20 02158_proportions_ztest: [ OK ] 1.60 sec.
2025-06-08 13:34:20 02148_cast_type_parsing: [ OK ] 0.57 sec.
2025-06-08 13:34:20 02147_order_by_optimizations: [ OK ] 1.24 sec.
2025-06-08 13:34:20 02155_dictionary_comment: [ OK ] 2.09 sec.
2025-06-08 13:34:21 02142_http_with_query_parameters: [ OK ] 1.44 sec.
2025-06-08 13:34:21 02133_issue_32458: [ OK ] 0.96 sec.
2025-06-08 13:34:22 02158_ztest_cmp: [ OK ] 3.35 sec.
2025-06-08 13:34:22 02128_cast_nullable: [ OK ] 0.73 sec.
2025-06-08 13:34:22 02136_kill_scalar_queries: [ OK ] 2.58 sec.
2025-06-08 13:34:23 02131_row_policies_combination: [ OK ] 2.01 sec.
2025-06-08 13:34:23 02125_constant_if_condition_and_not_existing_column: [ OK ] 1.08 sec.
2025-06-08 13:34:23 02125_transform_decimal_bug: [ OK ] 0.96 sec.
2025-06-08 13:34:23 02126_url_auth: [ OK ] 1.86 sec.
2025-06-08 13:34:25 02124_insert_deduplication_token: [ OK ] 1.44 sec.
2025-06-08 13:34:32 02271_replace_partition_many_tables: [ OK ] 32.13 sec.
2025-06-08 13:34:32 02122_parallel_formatting_Vertical: [ OK ] 7.20 sec.
2025-06-08 13:34:33 02124_insert_deduplication_token_materialized_views: [ OK ] 9.67 sec.
2025-06-08 13:34:36 02124_buffer_with_type_map_long: [ OK ] 12.90 sec.
2025-06-08 13:34:36 02125_lz4_compression_bug_CSV: [ OK ] 13.79 sec.
2025-06-08 13:34:37 02125_lz4_compression_bug_Values: [ OK ] 15.11 sec.
2025-06-08 13:34:38 02122_parallel_formatting_TSV: [ OK ] 5.83 sec.
2025-06-08 13:34:38 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 5.67 sec.
2025-06-08 13:34:39 02122_join_group_by_timeout: [ OK ] 6.28 sec.
2025-06-08 13:34:41 02174_cte_scalar_cache_mv: [ OK ] 24.94 sec.
2025-06-08 13:34:41 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 4.95 sec.
2025-06-08 13:34:42 02113_format_row: [ OK ] 0.79 sec.
2025-06-08 13:34:42 02122_parallel_formatting_JSONCompact: [ OK ] 5.52 sec.
2025-06-08 13:34:43 02113_base64encode_trailing_bytes_1: [ OK ] 0.58 sec.
2025-06-08 13:34:43 02121_pager: [ OK ] 2.35 sec.
2025-06-08 13:34:43 02112_skip_index_set_and_or: [ OK ] 0.76 sec.
2025-06-08 13:34:44 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 5.74 sec.
2025-06-08 13:34:44 02111_with_fill_no_rows: [ OK ] 0.89 sec.
2025-06-08 13:34:45 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.05 sec.
2025-06-08 13:34:45 02122_parallel_formatting_JSON: [ OK ] 7.20 sec.
2025-06-08 13:34:46 02110_clickhouse_local_custom_tld: [ OK ] 1.87 sec.
2025-06-08 13:34:46 02097_initializeAggregationNullable: [ OK ] 0.90 sec.
2025-06-08 13:34:46 02097_polygon_dictionary_store_key: [ OK ] 1.62 sec.
2025-06-08 13:34:46 02112_delayed_clickhouse_local: [ OK ] 3.02 sec.
2025-06-08 13:34:47 02039_group_by_with_totals_having: [ OK ] 0.87 sec.
2025-06-08 13:34:48 02025_having_filter_column: [ OK ] 1.05 sec.
2025-06-08 13:34:48 02027_ngrams: [ OK ] 1.94 sec.
2025-06-08 13:34:49 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 12.56 sec.
2025-06-08 13:34:50 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.64 sec.
2025-06-08 13:34:50 02025_nested_func_for_if_combinator: [ OK ] 1.57 sec.
2025-06-08 13:34:57 02021_exponential_sum_shard: [ OK ] 7.25 sec.
2025-06-08 13:34:59 02021_h3_is_res_classIII: [ OK ] 1.07 sec.
2025-06-08 13:35:00 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 20.71 sec.
2025-06-08 13:35:03 02025_storage_filelog_virtual_col: [ OK ] 14.72 sec.
2025-06-08 13:35:04 02016_agg_empty_result_bug_28880: [ OK ] 0.93 sec.
2025-06-08 13:35:05 02017_bit_shift_left_for_string_integer: [ OK ] 5.12 sec.
2025-06-08 13:35:05 02021_create_database_with_comment: [ OK ] 6.58 sec.
2025-06-08 13:35:06 02024_join_on_or_long: [ OK ] 16.04 sec.
2025-06-08 13:35:07 02015_async_inserts_2: [ OK ] 2.80 sec.
2025-06-08 13:35:07 02046_low_cardinality_parallel_group_by: [ OK ] 21.50 sec.
2025-06-08 13:35:07 02012_zookeeper_changed_enum_type: [ OK ] 1.27 sec.
2025-06-08 13:35:08 02012_sha512_fixedstring: [ OK ] 1.01 sec.
2025-06-08 13:35:08 02473_multistep_prewhere: [ OK ] 138.55 sec.
2025-06-08 13:35:09 02009_body_query_params: [ OK ] 1.43 sec.
2025-06-08 13:35:10 02013_zlib_read_after_eof: [ OK ] 4.24 sec.
2025-06-08 13:35:11 02007_join_use_nulls: [ OK ] 1.14 sec.
2025-06-08 13:35:11 02030_rocksdb_race_long: [ OK ] 24.19 sec.
2025-06-08 13:35:11 02013_json_function_null_column: [ OK ] 5.25 sec.
2025-06-08 13:35:11 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 1.23 sec.
2025-06-08 13:35:12 01958_partial_hour_timezone: [ OK ] 0.84 sec.
2025-06-08 13:35:12 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 3.89 sec.
2025-06-08 13:35:13 02001_append_output_file: [ OK ] 2.34 sec.
2025-06-08 13:35:13 02011_normalize_utf8: [ OK ] 6.10 sec.
2025-06-08 13:35:14 02003_compress_bz2: [ OK ] 2.90 sec.
2025-06-08 13:35:14 02010_lc_native: [ OK ] 6.75 sec.
2025-06-08 13:35:17 01945_show_debug_warning: [ OK ] 4.02 sec.
2025-06-08 13:35:17 01950_kill_large_group_by_query: [ OK ] 5.23 sec.
2025-06-08 13:35:18 01940_point_in_polygon_ubsan: [ OK ] 0.62 sec.
2025-06-08 13:35:18 01942_dateTimeToSnowflake: [ OK ] 3.73 sec.
2025-06-08 13:35:18 02100_multiple_hosts_command_line_set_ssl: [ OK ] 33.30 sec.
2025-06-08 13:35:18 01940_totimezone_operator_monotonicity: [ OK ] 0.96 sec.
2025-06-08 13:35:19 01937_nested_chinese: [ OK ] 0.88 sec.
2025-06-08 13:35:19 01944_insert_partition_by: [ OK ] 5.29 sec.
2025-06-08 13:35:19 01938_joins_identifiers: [ OK ] 1.19 sec.
2025-06-08 13:35:20 01926_date_date_time_supertype: [ OK ] 1.38 sec.
2025-06-08 13:35:20 01943_query_id_check: [ OK ] 6.04 sec.
2025-06-08 13:35:20 01922_array_join_with_index: [ OK ] 0.82 sec.
2025-06-08 13:35:20 01947_mv_subquery: [ OK ] 7.35 sec.
2025-06-08 13:35:20 01921_with_fill_with_totals: [ OK ] 0.79 sec.
2025-06-08 13:35:20 01921_test_progress_bar: [ OK ] 0.68 sec.
2025-06-08 13:35:20 01913_names_of_tuple_literal: [ OK ] 0.65 sec.
2025-06-08 13:35:21 01901_in_literal_shard_prune: [ OK ] 1.13 sec.
2025-06-08 13:35:22 01917_system_data_skipping_indices: [ OK ] 2.03 sec.
2025-06-08 13:35:22 01906_partition_by_multiply_by_zero: [ OK ] 1.70 sec.
2025-06-08 13:35:23 01891_partition_hash_no_long_int: [ OK ] 1.12 sec.
2025-06-08 13:35:23 01891_not_like_partition_prune: [ OK ] 1.18 sec.
2025-06-08 13:35:23 01925_map_populate_series_on_map: [ OK ] 4.52 sec.
2025-06-08 13:35:24 01917_prewhere_column_type: [ OK ] 3.76 sec.
2025-06-08 13:35:24 02003_memory_limit_in_client: [ OK ] 13.26 sec.
2025-06-08 13:35:24 01893_jit_aggregation_function_min_long: [ OK ] 3.46 sec.
2025-06-08 13:35:25 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.61 sec.
2025-06-08 13:35:25 01890_jit_aggregation_function_sum_long: [ OK ] 3.32 sec.
2025-06-08 13:35:25 01882_scalar_subquery_exception: [ OK ] 1.88 sec.
2025-06-08 13:35:25 01872_functions_to_subcolumns: [ OK ] 1.50 sec.
2025-06-08 13:35:26 01851_s2_to_geo: [ OK ] 0.64 sec.
2025-06-08 13:35:26 01866_bit_positions_to_array: [ OK ] 1.99 sec.
2025-06-08 13:35:26 01832_memory_write_suffix: [ OK ] 0.77 sec.
2025-06-08 13:35:26 01845_add_testcase_for_arrayElement: [ OK ] 1.08 sec.
2025-06-08 13:35:27 01831_max_streams: [ OK ] 0.66 sec.
2025-06-08 13:35:27 01890_state_of_state: [ OK ] 4.55 sec.
2025-06-08 13:35:27 01882_total_rows_approx: [ OK ] 4.12 sec.
2025-06-08 13:35:28 01854_HTTP_dict_decompression: [ OK ] 3.00 sec.
2025-06-08 13:35:28 01825_type_json_ephemeral: [ OK ] 0.97 sec.
2025-06-08 13:35:29 01825_type_json_field: [ OK ] 1.40 sec.
2025-06-08 13:35:30 01825_type_json_empty_string: [ OK ] 0.82 sec.
2025-06-08 13:35:30 01825_type_json_1: [ OK ] 2.60 sec.
2025-06-08 13:35:31 01825_type_json_15: [ OK ] 4.97 sec.
2025-06-08 13:35:31 01825_type_json_mutations: [ OK ] 1.54 sec.
2025-06-08 13:35:31 01825_type_json_13: [ OK ] 5.23 sec.
2025-06-08 13:35:31 01825_type_json_3: [ OK ] 3.05 sec.
2025-06-08 13:35:32 01818_case_float_value_fangyc: [ OK ] 0.69 sec.
2025-06-08 13:35:33 01813_quantileBfloat16_nans: [ OK ] 0.75 sec.
2025-06-08 13:35:33 01825_type_json_4: [ OK ] 6.53 sec.
2025-06-08 13:35:33 01817_storage_buffer_parameters: [ OK ] 1.51 sec.
2025-06-08 13:35:33 01821_join_table_mutation: [ OK ] 2.23 sec.
2025-06-08 13:35:34 01818_move_partition_simple: [ OK ] 2.17 sec.
2025-06-08 13:35:34 01812_has_generic: [ OK ] 0.81 sec.
2025-06-08 13:35:34 01795_TinyLog_rwlock_ub: [ OK ] 0.86 sec.
2025-06-08 13:35:35 01927_query_views_log_matview_exceptions: [ OK ] 16.62 sec.
2025-06-08 13:35:36 01780_column_sparse_distinct: [ OK ] 1.65 sec.
2025-06-08 13:35:37 01776_decrypt_aead_size_check: [ OK ] 1.18 sec.
2025-06-08 13:35:38 01774_tuple_null_in: [ OK ] 0.61 sec.
2025-06-08 13:35:39 01822_short_circuit: [ OK ] 8.42 sec.
2025-06-08 13:35:39 01780_column_sparse_tuple: [ OK ] 4.21 sec.
2025-06-08 13:35:39 01773_datetime64_add_ubsan: [ OK ] 1.18 sec.
2025-06-08 13:35:40 01771_datetime64_no_time_part: [ OK ] 1.05 sec.
2025-06-08 13:35:40 01762_deltasumtimestamp: [ OK ] 1.47 sec.
2025-06-08 13:35:41 01783_parallel_formatting_memory: [ OK ] 7.17 sec.
2025-06-08 13:35:42 01753_optimize_aggregation_in_order: [ OK ] 2.45 sec.
2025-06-08 13:35:42 01720_engine_file_empty_if_not_exists: [ OK ] 1.07 sec.
2025-06-08 13:35:42 01788_update_nested_type_subcolumn_check: [ OK ] 9.04 sec.
2025-06-08 13:35:43 01746_extract_text_from_html: [ OK ] 2.63 sec.
2025-06-08 13:35:43 01798_uniq_theta_sketch: [ OK ] 9.60 sec.
2025-06-08 13:35:43 01710_order_by_projections_incomplete: [ OK ] 1.39 sec.
2025-06-08 13:35:44 01710_normal_projection_join_plan_fix: [ OK ] 1.83 sec.
2025-06-08 13:35:45 01710_projections_group_by_no_key: [ OK ] 1.29 sec.
2025-06-08 13:35:45 01710_projection_row_policy: [ OK ] 1.85 sec.
2025-06-08 13:35:45 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 1.83 sec.
2025-06-08 13:35:46 01710_projection_array_join: [ OK ] 0.98 sec.
2025-06-08 13:35:46 01710_projection_optimize_group_by_function_keys: [ OK ] 1.35 sec.
2025-06-08 13:35:47 01710_projection_with_ast_rewrite_settings: [ OK ] 2.17 sec.
2025-06-08 13:35:47 01746_forbid_drop_column_referenced_by_mv: [ OK ] 6.15 sec.
2025-06-08 13:35:47 01825_type_json_nbagames: [ OK ] 20.41 sec.
2025-06-08 13:35:47 01710_projection_group_by_order_by: [ OK ] 1.18 sec.
2025-06-08 13:35:47 01710_projection_drop_if_exists: [ OK ] 2.56 sec.
2025-06-08 13:35:47 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.69 sec.
2025-06-08 13:35:48 01710_normal_projection_with_query_plan_optimization: [ OK ] 1.63 sec.
2025-06-08 13:35:48 01702_toDateTime_from_string_clamping: [ OK ] 0.82 sec.
2025-06-08 13:35:48 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 1.41 sec.
2025-06-08 13:35:48 01700_point_in_polygon_ubsan: [ OK ] 1.06 sec.
2025-06-08 13:35:48 01700_mod_negative_type_promotion: [ OK ] 1.11 sec.
2025-06-08 13:35:49 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.68 sec.
2025-06-08 13:35:49 01685_json_extract_double_as_float: [ OK ] 1.07 sec.
2025-06-08 13:35:49 01710_projections_and_duplicate_columms: [ OK ] 7.29 sec.
2025-06-08 13:35:49 01680_date_time_add_ubsan: [ OK ] 1.48 sec.
2025-06-08 13:35:50 01669_test_toYear_mysql_dialect: [ OK ] 0.78 sec.
2025-06-08 13:35:50 01671_aggregate_function_group_bitmap_data: [ OK ] 1.35 sec.
2025-06-08 13:35:50 01674_clickhouse_client_query_param_cte: [ OK ] 1.88 sec.
2025-06-08 13:35:51 01663_test_toDate_mysql_compatibility: [ OK ] 0.61 sec.
2025-06-08 13:35:51 01667_aes_args_check: [ OK ] 1.15 sec.
2025-06-08 13:35:51 01663_quantile_weighted_overflow: [ OK ] 0.79 sec.
2025-06-08 13:35:51 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.76 sec.
2025-06-08 13:35:51 01670_distributed_bytes_to_throw_insert: [ OK ] 2.10 sec.
2025-06-08 13:35:51 01662_join_mixed: [ OK ] 0.79 sec.
2025-06-08 13:35:52 01655_test_isnull_mysql_dialect: [ OK ] 0.84 sec.
2025-06-08 13:35:52 01650_expressions_merge_bug: [ OK ] 0.71 sec.
2025-06-08 13:35:53 01691_parser_data_type_exponential: [ OK ] 5.63 sec.
2025-06-08 13:35:53 01640_distributed_async_insert_compression: [ OK ] 1.48 sec.
2025-06-08 13:35:55 01634_sum_map_nulls: [ OK ] 1.90 sec.
2025-06-08 13:35:55 01646_rewrite_sum_if: [ OK ] 3.61 sec.
2025-06-08 13:35:55 01641_memory_tracking_insert_optimize: [ OK ] 3.61 sec.
2025-06-08 13:35:55 01632_max_partitions_to_read: [ OK ] 1.76 sec.
2025-06-08 13:35:56 01623_byte_size_const: [ OK ] 0.80 sec.
2025-06-08 13:35:57 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 1.89 sec.
2025-06-08 13:35:57 01622_constraints_where_optimization: [ OK ] 1.65 sec.
2025-06-08 13:35:57 01621_sort_after_join_pipeline_stuck: [ OK ] 1.07 sec.
2025-06-08 13:35:57 01622_defaults_for_url_engine: [ OK ] 2.06 sec.
2025-06-08 13:35:58 01605_drop_settings_profile_while_assigned: [ OK ] 0.85 sec.
2025-06-08 13:35:58 01605_key_condition_enum_int: [ OK ] 1.01 sec.
2025-06-08 13:35:59 01605_skip_idx_compact_parts: [ OK ] 1.49 sec.
2025-06-08 13:36:00 01596_setting_limit_offset: [ OK ] 2.22 sec.
2025-06-08 13:36:01 01607_arrays_as_nested_csv: [ OK ] 4.30 sec.
2025-06-08 13:36:02 01593_insert_settings: [ OK ] 2.50 sec.
2025-06-08 13:36:02 01602_runningConcurrency: [ OK ] 3.83 sec.
2025-06-08 13:36:02 01585_fuzz_bits_with_bugfix: [ OK ] 0.73 sec.
2025-06-08 13:36:03 01586_columns_pruning: [ OK ] 2.16 sec.
2025-06-08 13:36:03 01567_system_processes_current_database: [ OK ] 0.82 sec.
2025-06-08 13:36:03 01654_test_writer_block_sequence: [ OK ] 11.86 sec.
2025-06-08 13:36:03 01560_DateTime_and_DateTime64_comparision: [ OK ] 0.72 sec.
2025-06-08 13:36:04 01666_merge_tree_max_query_limit: [ OK ] 14.17 sec.
2025-06-08 13:36:04 01554_interpreter_integer_float: [ OK ] 1.03 sec.
2025-06-08 13:36:04 01553_datetime64_comparison: [ OK ] 0.75 sec.
2025-06-08 13:36:04 01560_optimize_on_insert_zookeeper: [ OK ] 2.10 sec.
2025-06-08 13:36:05 01552_dict_fixedstring: [ OK ] 1.10 sec.
2025-06-08 13:36:06 01549_low_cardinality_materialized_view: [ OK ] 1.11 sec.
2025-06-08 13:36:06 01550_mutation_subquery: [ OK ] 1.27 sec.
2025-06-08 13:36:07 01548_with_totals_having: [ OK ] 1.55 sec.
2025-06-08 13:36:07 01782_field_oom: [ OK ] 32.82 sec.
2025-06-08 13:36:07 01544_errorCodeToName: [ OK ] 0.83 sec.
2025-06-08 13:36:07 01548_uncomparable_columns_in_keys: [ OK ] 1.36 sec.
2025-06-08 13:36:07 01558_ttest_scipy: [ OK ] 4.47 sec.
2025-06-08 13:36:07 01576_alias_column_rewrite: [ OK ] 5.77 sec.
2025-06-08 13:36:08 01532_collate_in_low_cardinality: [ OK ] 1.65 sec.
2025-06-08 13:36:08 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 1.31 sec.
2025-06-08 13:36:09 01525_select_with_offset_fetch_clause: [ OK ] 1.12 sec.
2025-06-08 13:36:09 01540_verbatim_partition_pruning: [ OK ] 2.08 sec.
2025-06-08 13:36:09 01526_param_uuid: [ OK ] 1.82 sec.
2025-06-08 13:36:09 01521_max_length_alias: [ OK ] 1.02 sec.
2025-06-08 13:36:10 01518_cast_nullable_virtual_system_column: [ OK ] 0.93 sec.
2025-06-08 13:36:10 01550_create_map_type: [ OK ] 6.14 sec.
2025-06-08 13:36:10 01532_primary_key_without_order_by_zookeeper: [ OK ] 3.65 sec.
2025-06-08 13:36:10 01514_input_format_json_enum_as_number: [ OK ] 0.75 sec.
2025-06-08 13:36:11 01515_logtrace_function: [ OK ] 1.87 sec.
2025-06-08 13:36:12 01523_client_local_queries_file_parameter: [ OK ] 4.13 sec.
2025-06-08 13:36:13 01509_dictionary_preallocate: [ OK ] 2.45 sec.
2025-06-08 13:36:14 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 3.37 sec.
2025-06-08 13:36:14 01507_transform_null_in: [ OK ] 0.98 sec.
2025-06-08 13:36:14 01508_query_obfuscator: [ OK ] 1.63 sec.
2025-06-08 13:36:14 01508_format_regexp_raw: [ OK ] 3.07 sec.
2025-06-08 13:36:15 01505_log_distributed_deadlock: [ OK ] 1.01 sec.
2025-06-08 13:36:15 01506_buffer_table_alter_block_structure: [ OK ] 1.39 sec.
2025-06-08 13:36:15 01499_json_named_tuples: [ OK ] 0.73 sec.
2025-06-08 13:36:16 01497_extract_all_groups_empty_match: [ OK ] 0.69 sec.
2025-06-08 13:36:16 01497_now_support_timezone: [ OK ] 0.68 sec.
2025-06-08 13:36:16 01497_alias_on_default_array: [ OK ] 1.05 sec.
2025-06-08 13:36:17 01496_signedness_conversion_monotonicity: [ OK ] 1.01 sec.
2025-06-08 13:36:18 01656_sequence_next_node_long: [ OK ] 27.12 sec.
2025-06-08 13:36:18 01483_merge_table_join_and_group_by: [ OK ] 2.00 sec.
2025-06-08 13:36:18 01518_nullable_aggregate_states2: [ OK ] 9.40 sec.
2025-06-08 13:36:19 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.72 sec.
2025-06-08 13:36:19 01463_resample_overflow: [ OK ] 0.94 sec.
2025-06-08 13:36:19 01472_many_rows_in_totals: [ OK ] 1.07 sec.
2025-06-08 13:36:20 01458_count_digits: [ OK ] 1.08 sec.
2025-06-08 13:36:20 01460_mark_inclusion_search_crash: [ OK ] 1.10 sec.
2025-06-08 13:36:21 01474_custom_null_tsv: [ OK ] 3.63 sec.
2025-06-08 13:36:21 01502_bar_overflow: [ OK ] 6.75 sec.
2025-06-08 13:36:21 01450_set_null_const: [ OK ] 0.95 sec.
2025-06-08 13:36:21 01457_int256_hashing: [ OK ] 2.42 sec.
2025-06-08 13:36:22 01457_order_by_nulls_first: [ OK ] 1.80 sec.
2025-06-08 13:36:22 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.91 sec.
2025-06-08 13:36:23 01421_array_nullable_element_nullable_index: [ OK ] 0.81 sec.
2025-06-08 13:36:23 01436_storage_merge_with_join_push_down: [ OK ] 1.78 sec.
2025-06-08 13:36:23 01442_h3kring_range_check: [ OK ] 1.91 sec.
2025-06-08 13:36:23 01477_lc_in_merge_join_left_key: [ OK ] 7.04 sec.
2025-06-08 13:36:24 01413_if_array_uuid: [ OK ] 0.66 sec.
2025-06-08 13:36:24 01411_xor_itai_shirav: [ OK ] 0.63 sec.
2025-06-08 13:36:24 01413_alter_update_supertype: [ OK ] 1.22 sec.
2025-06-08 13:36:25 01509_parallel_quorum_and_merge_long: [ OK ] 14.56 sec.
2025-06-08 13:36:25 01358_constexpr_constraint: [ OK ] 1.38 sec.
2025-06-08 13:36:26 01356_state_resample: [ OK ] 1.36 sec.
2025-06-08 13:36:26 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 1.11 sec.
2025-06-08 13:36:26 01351_geohash_assert: [ OK ] 0.63 sec.
2025-06-08 13:36:27 01384_bloom_filter_bad_arguments: [ OK ] 3.52 sec.
2025-06-08 13:36:28 01330_array_join_in_higher_order_function: [ OK ] 1.21 sec.
2025-06-08 13:36:28 01333_select_abc_asterisk: [ OK ] 2.03 sec.
2025-06-08 13:36:29 01326_hostname_alias: [ OK ] 0.65 sec.
2025-06-08 13:36:29 01324_settings_documentation: [ OK ] 0.83 sec.
2025-06-08 13:36:30 01410_nullable_key_and_index: [ OK ] 6.13 sec.
2025-06-08 13:36:30 01322_cast_keep_nullable: [ OK ] 1.17 sec.
2025-06-08 13:36:31 01302_polygons_distance: [ OK ] 1.17 sec.
2025-06-08 13:36:32 01293_show_settings: [ OK ] 0.64 sec.
2025-06-08 13:36:32 01301_polygons_within: [ OK ] 1.42 sec.
2025-06-08 13:36:33 01355_CSV_input_format_allow_errors: [ OK ] 7.61 sec.
2025-06-08 13:36:33 01293_pretty_max_value_width: [ OK ] 1.69 sec.
2025-06-08 13:36:33 01280_unicode_whitespaces_lexer: [ OK ] 0.74 sec.
2025-06-08 13:36:35 01278_format_multiple_queries: [ OK ] 1.30 sec.
2025-06-08 13:36:36 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 9.47 sec.
2025-06-08 13:36:37 01279_empty_external_table: [ OK ] 3.34 sec.
2025-06-08 13:36:38 01414_low_cardinality_nullable: [ OK ] 14.89 sec.
2025-06-08 13:36:39 01283_strict_resize_bug: [ OK ] 6.85 sec.
2025-06-08 13:36:39 01273_lc_fixed_string_field: [ OK ] 3.78 sec.
2025-06-08 13:36:40 01513_optimize_aggregation_in_order_memory_long: [ OK ] 29.84 sec.
2025-06-08 13:36:41 01272_offset_without_limit: [ OK ] 0.98 sec.
2025-06-08 13:36:41 01446_json_strings_each_row: [ OK ] 20.12 sec.
2025-06-08 13:36:41 01318_encrypt: [ OK ] 11.67 sec.
2025-06-08 13:36:42 01271_show_privileges: [ OK ] 0.71 sec.
2025-06-08 13:36:42 01268_mergine_sorted_limit: [ OK ] 1.12 sec.
2025-06-08 13:36:42 01255_geo_types_livace: [ OK ] 1.03 sec.
2025-06-08 13:36:42 01251_string_comparison: [ OK ] 0.64 sec.
2025-06-08 13:36:42 01273_arrow_arrays_load: [ OK ] 5.35 sec.
2025-06-08 13:36:43 01273_arrow_decimal: [ OK ] 4.86 sec.
2025-06-08 13:36:44 01273_arrow_nullable_arrays_load: [ OK ] 5.03 sec.
2025-06-08 13:36:44 01230_join_get_truncate: [ OK ] 1.41 sec.
2025-06-08 13:36:45 01245_limit_infinite_sources: [ OK ] 2.54 sec.
2025-06-08 13:36:45 01220_scalar_optimization_in_alter: [ OK ] 1.07 sec.
2025-06-08 13:36:46 01246_extractAllGroupsVertical: [ OK ] 3.32 sec.
2025-06-08 13:36:46 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 1.56 sec.
2025-06-08 13:36:47 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.76 sec.
2025-06-08 13:36:47 01202_array_auc_special: [ OK ] 2.24 sec.
2025-06-08 13:36:49 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 3.88 sec.
2025-06-08 13:36:50 01187_set_profile_as_setting: [ OK ] 3.86 sec.
2025-06-08 13:36:52 01273_arrow_dictionaries_load: [ OK ] 13.40 sec.
2025-06-08 13:36:53 01249_flush_interactive: [ OK ] 11.36 sec.
2025-06-08 13:36:54 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 4.41 sec.
2025-06-08 13:36:54 01183_custom_separated_format_http: [ OK ] 7.22 sec.
2025-06-08 13:36:54 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 1.89 sec.
2025-06-08 13:36:55 01121_remote_scalar_subquery: [ OK ] 0.99 sec.
2025-06-08 13:36:55 01122_totals_rollup_having_block_header: [ OK ] 1.31 sec.
2025-06-08 13:36:55 01134_max_rows_to_group_by: [ OK ] 1.52 sec.
2025-06-08 13:36:55 01120_join_constants: [ OK ] 0.81 sec.
2025-06-08 13:36:56 01116_asof_join_dolbyzerr: [ OK ] 0.91 sec.
2025-06-08 13:36:56 01116_cross_count_asterisks: [ OK ] 0.97 sec.
2025-06-08 13:36:57 01118_is_constant: [ OK ] 1.51 sec.
2025-06-08 13:36:58 01170_alter_partition_isolation: [ OK ] 10.31 sec.
2025-06-08 13:36:58 01098_sum: [ OK ] 1.33 sec.
2025-06-08 13:36:58 01107_tuples_arrays_parsing_exceptions: [ OK ] 1.99 sec.
2025-06-08 13:36:59 01147_partial_merge_full_join: [ OK ] 9.11 sec.
2025-06-08 13:36:59 01096_zeros: [ OK ] 1.51 sec.
2025-06-08 13:37:00 01085_simdjson_uint64: [ OK ] 0.68 sec.
2025-06-08 13:37:00 01087_index_set_ubsan: [ OK ] 1.04 sec.
2025-06-08 13:37:01 01079_new_range_reader_segfault: [ OK ] 1.11 sec.
2025-06-08 13:37:01 01115_join_with_dictionary: [ OK ] 5.84 sec.
2025-06-08 13:37:02 01093_cyclic_defaults_filimonov: [ OK ] 3.78 sec.
2025-06-08 13:37:03 01075_allowed_client_hosts: [ OK ] 1.24 sec.
2025-06-08 13:37:04 01072_json_each_row_data_in_square_brackets: [ OK ] 1.03 sec.
2025-06-08 13:37:04 01231_operator_null_in: [ OK ] 21.66 sec.
2025-06-08 13:37:06 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 1.67 sec.
2025-06-08 13:37:06 01068_parens: [ OK ] 0.69 sec.
2025-06-08 13:37:08 01074_h3_range_check: [ OK ] 5.97 sec.
2025-06-08 13:37:08 01079_alter_default_zookeeper_long: [ OK ] 8.12 sec.
2025-06-08 13:37:09 01077_mutations_index_consistency: [ OK ] 8.14 sec.
2025-06-08 13:37:09 01060_defaults_all_columns: [ OK ] 1.06 sec.
2025-06-08 13:37:10 01095_tpch_like_smoke: [ OK ] 12.41 sec.
2025-06-08 13:37:11 01055_prewhere_bugs: [ OK ] 1.64 sec.
2025-06-08 13:37:13 01053_drop_database_mat_view: [ OK ] 1.26 sec.
2025-06-08 13:37:13 01071_force_optimize_skip_unused_shards: [ OK ] 8.32 sec.
2025-06-08 13:37:13 01099_operators_date_and_timestamp: [ OK ] 17.13 sec.
2025-06-08 13:37:14 01273_arrow_stream: [ OK ] 37.90 sec.
2025-06-08 13:37:15 01060_window_view_event_tumble_to_asc: [ OK ] 6.87 sec.
2025-06-08 13:37:16 01049_window_view_window_functions: [ OK ] 3.29 sec.
2025-06-08 13:37:16 01049_join_low_card_crash: [ OK ] 1.78 sec.
2025-06-08 13:37:16 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 9.78 sec.
2025-06-08 13:37:17 01045_bloom_filter_null_array: [ OK ] 1.63 sec.
2025-06-08 13:37:17 01040_h3_get_resolution: [ OK ] 0.73 sec.
2025-06-08 13:37:17 01038_array_of_unnamed_tuples: [ OK ] 0.92 sec.
2025-06-08 13:37:17 01049_zookeeper_synchronous_mutations_long: [ OK ] 3.73 sec.
2025-06-08 13:37:17 01054_random_printable_ascii_ubsan: [ OK ] 6.58 sec.
2025-06-08 13:37:17 01036_union_different_columns: [ OK ] 0.90 sec.
2025-06-08 13:37:19 01024__getScalar: [ OK ] 1.42 sec.
2025-06-08 13:37:19 01032_duplicate_column_insert_query: [ OK ] 1.72 sec.
2025-06-08 13:37:20 01058_zlib_ng_level1_bug: [ OK ] 10.22 sec.
2025-06-08 13:37:20 01014_count_of_merges_metrics: [ OK ] 1.48 sec.
2025-06-08 13:37:22 01034_JSONCompactEachRow: [ OK ] 4.44 sec.
2025-06-08 13:37:23 01031_mutations_interpreter_and_context: [ OK ] 5.26 sec.
2025-06-08 13:37:23 01013_totals_without_aggregation: [ OK ] 1.45 sec.
2025-06-08 13:37:23 01014_function_repeat_corner_cases: [ OK ] 2.52 sec.
2025-06-08 13:37:24 01009_insert_select_data_loss: [ OK ] 1.19 sec.
2025-06-08 13:37:25 01010_partial_merge_join_const_and_lc: [ OK ] 2.31 sec.
2025-06-08 13:37:25 00999_settings_no_extra_quotes: [ OK ] 0.72 sec.
2025-06-08 13:37:26 01035_avg: [ OK ] 9.63 sec.
2025-06-08 13:37:26 00999_test_skip_indices_with_alter_and_merge: [ OK ] 1.34 sec.
2025-06-08 13:37:27 01014_format_custom_separated: [ OK ] 7.28 sec.
2025-06-08 13:37:29 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 9.87 sec.
2025-06-08 13:37:34 00980_full_join_crash_fancyqlx: [ OK ] 4.91 sec.
2025-06-08 13:37:35 00997_trim: [ OK ] 9.55 sec.
2025-06-08 13:37:36 00978_sum_map_bugfix: [ OK ] 1.61 sec.
2025-06-08 13:37:40 00976_max_execution_speed: [ OK ] 3.92 sec.
2025-06-08 13:37:41 01010_partial_merge_join: [ OK ] 17.08 sec.
2025-06-08 13:37:43 00974_full_outer_join: [ OK ] 2.36 sec.
2025-06-08 13:37:43 00975_sample_prewhere_distributed: [ OK ] 6.02 sec.
2025-06-08 13:37:50 00974_fix_join_on: [ OK ] 9.01 sec.
2025-06-08 13:37:52 00969_roundDuration: [ OK ] 1.79 sec.
2025-06-08 13:37:53 00974_adaptive_granularity_secondary_index: [ OK ] 9.40 sec.
2025-06-08 13:37:53 00967_ubsan_bit_test: [ OK ] 0.87 sec.
2025-06-08 13:37:55 00967_insert_into_distributed_different_types: [ OK ] 1.85 sec.
2025-06-08 13:37:57 00963_startsWith_force_primary_key: [ OK ] 3.27 sec.
2025-06-08 13:38:00 00956_http_prepared_statements: [ OK ] 2.64 sec.
2025-06-08 13:38:01 00991_system_parts_race_condition_long: [ OK ] 34.32 sec.
2025-06-08 13:38:01 00988_parallel_parts_removal: [ OK ] 34.81 sec.
2025-06-08 13:38:03 00957_neighbor: [ OK ] 7.05 sec.
2025-06-08 13:38:03 00972_geohashesInBox: [ OK ] 18.99 sec.
2025-06-08 13:38:04 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.66 sec.
2025-06-08 13:38:05 00950_default_prewhere: [ OK ] 1.94 sec.
2025-06-08 13:38:06 00950_test_gorilla_codec: [ OK ] 2.22 sec.
2025-06-08 13:38:06 00942_dataparts_500: [ OK ] 1.54 sec.
2025-06-08 13:38:08 00981_topK_topKWeighted_long: [ OK ] 41.03 sec.
2025-06-08 13:38:10 00940_order_by_read_in_order: [ OK ] 3.94 sec.
2025-06-08 13:38:11 00932_array_intersect_bug: [ OK ] 1.05 sec.
2025-06-08 13:38:11 00952_basic_constraints: [ OK ] 10.32 sec.
2025-06-08 13:38:11 00954_client_prepared_statements: [ OK ] 11.23 sec.
2025-06-08 13:38:12 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 1.31 sec.
2025-06-08 13:38:14 00937_format_schema_rows_template: [ OK ] 5.88 sec.
2025-06-08 13:38:14 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 2.99 sec.
2025-06-08 13:38:15 00951_ngram_search: [ OK ] 13.65 sec.
2025-06-08 13:38:16 00910_decimal_group_array_crash_3783: [ OK ] 3.49 sec.
2025-06-08 13:38:18 00908_long_http_insert: [ OK ] 3.04 sec.
2025-06-08 13:38:20 00906_low_cardinality_rollup: [ OK ] 1.71 sec.
2025-06-08 13:38:21 00903_array_with_constant_function: [ OK ] 0.65 sec.
2025-06-08 13:38:22 01049_join_low_card_bug_long: [ OK ] 69.59 sec.
2025-06-08 13:38:23 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 11.77 sec.
2025-06-08 13:38:26 00898_parsing_bad_diagnostic_message: [ OK ] 3.09 sec.
2025-06-08 13:38:27 00900_orc_arrays_load: [ OK ] 5.96 sec.
2025-06-08 13:38:28 00897_flatten: [ OK ] 1.21 sec.
2025-06-08 13:38:29 01034_move_partition_from_table_zookeeper: [ OK ] 72.13 sec.
2025-06-08 13:38:29 00909_ngram_distance: [ OK ] 14.97 sec.
2025-06-08 13:38:30 00875_join_right_nulls_ors: [ OK ] 2.89 sec.
2025-06-08 13:38:30 00862_decimal_in: [ OK ] 2.49 sec.
2025-06-08 13:38:30 00854_multiple_join_asterisks: [ OK ] 1.13 sec.
2025-06-08 13:38:31 00846_join_using_tuple_crash: [ OK ] 0.93 sec.
2025-06-08 13:38:33 00844_join_lightee2: [ OK ] 1.15 sec.
2025-06-08 13:38:33 00853_join_with_nulls_crash: [ OK ] 2.90 sec.
2025-06-08 13:38:33 00857_global_joinsavel_table_alias: [ OK ] 3.80 sec.
2025-06-08 13:38:34 00842_array_with_constant_overflow: [ OK ] 1.03 sec.
2025-06-08 13:38:34 00834_date_datetime_cmp: [ OK ] 0.81 sec.
2025-06-08 13:38:34 00900_orc_arrow_parquet_maps: [ OK ] 11.63 sec.
2025-06-08 13:38:35 00835_if_generic_case: [ OK ] 2.26 sec.
2025-06-08 13:38:35 00819_ast_refactoring_bugs: [ OK ] 1.10 sec.
2025-06-08 13:38:35 00909_arrayEnumerateUniq: [ OK ] 20.93 sec.
2025-06-08 13:38:35 00848_join_use_nulls_segfault: [ OK ] 5.13 sec.
2025-06-08 13:38:36 00818_alias_bug_4110: [ OK ] 2.38 sec.
2025-06-08 13:38:37 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 1.33 sec.
2025-06-08 13:38:38 00800_function_java_hash: [ OK ] 1.48 sec.
2025-06-08 13:38:39 00825_protobuf_format_squares: [ OK ] 4.73 sec.
2025-06-08 13:38:39 00805_round_down: [ OK ] 3.67 sec.
2025-06-08 13:38:40 00763_create_query_as_table_engine_bug: [ OK ] 0.97 sec.
2025-06-08 13:38:40 00804_test_custom_compression_codes_log_storages: [ OK ] 4.52 sec.
2025-06-08 13:38:40 00800_versatile_storage_join: [ OK ] 3.24 sec.
2025-06-08 13:38:40 00794_materialized_view_with_column_defaults: [ OK ] 1.43 sec.
2025-06-08 13:38:40 00753_comment_columns_zookeeper: [ OK ] 1.39 sec.
2025-06-08 13:38:41 00752_low_cardinality_permute: [ OK ] 1.06 sec.
2025-06-08 13:38:41 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.22 sec.
2025-06-08 13:38:42 00730_unicode_terminal_format: [ OK ] 1.54 sec.
2025-06-08 13:38:42 00725_join_on_bug_1: [ OK ] 1.32 sec.
2025-06-08 13:38:42 00725_join_on_bug_2: [ OK ] 2.11 sec.
2025-06-08 13:38:43 00712_prewhere_with_alias_bug: [ OK ] 1.02 sec.
2025-06-08 13:38:44 00712_prewhere_with_alias_bug_2: [ OK ] 1.16 sec.
2025-06-08 13:38:44 00714_alter_uuid: [ OK ] 2.47 sec.
2025-06-08 13:38:44 00804_test_custom_compression_codecs: [ OK ] 9.01 sec.
2025-06-08 13:38:44 00701_join_default_strictness: [ OK ] 1.41 sec.
2025-06-08 13:38:45 00712_prewhere_with_alias: [ OK ] 2.74 sec.
2025-06-08 13:38:47 00688_low_cardinality_alter_add_column: [ OK ] 1.20 sec.
2025-06-08 13:38:47 00700_decimal_math: [ OK ] 2.73 sec.
2025-06-08 13:38:47 00746_compile_non_deterministic_function: [ OK ] 7.39 sec.
2025-06-08 13:38:48 00700_decimal_null: [ OK ] 3.38 sec.
2025-06-08 13:38:48 00688_aggregation_retention: [ OK ] 1.49 sec.
2025-06-08 13:38:48 00680_duplicate_columns_inside_union_all: [ OK ] 0.99 sec.
2025-06-08 13:38:49 00674_has_array_enum: [ OK ] 0.73 sec.
2025-06-08 13:38:49 00676_group_by_in: [ OK ] 1.18 sec.
2025-06-08 13:38:49 00687_insert_into_mv: [ OK ] 2.03 sec.
2025-06-08 13:38:50 00672_arrayDistinct: [ OK ] 1.38 sec.
2025-06-08 13:38:50 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 1.22 sec.
2025-06-08 13:38:51 00649_quantile_tdigest_negative: [ OK ] 0.68 sec.
2025-06-08 13:38:52 00647_histogram: [ OK ] 1.28 sec.
2025-06-08 13:38:52 00700_decimal_empty_aggregates: [ OK ] 8.25 sec.
2025-06-08 13:38:52 00666_uniq_complex_types: [ OK ] 3.18 sec.
2025-06-08 13:38:53 00639_startsWith: [ OK ] 1.37 sec.
2025-06-08 13:38:53 00908_bloom_filter_index: [ OK ] 36.57 sec.
2025-06-08 13:38:53 00627_recursive_alias: [ OK ] 0.68 sec.
2025-06-08 13:38:54 00618_nullable_in: [ OK ] 0.86 sec.
2025-06-08 13:38:54 00628_in_lambda_on_merge_table_bug: [ OK ] 2.08 sec.
2025-06-08 13:38:54 00612_http_max_query_size_for_distributed: [ OK ] 1.39 sec.
2025-06-08 13:38:56 00605_intersections_aggregate_functions: [ OK ] 1.05 sec.
2025-06-08 13:38:56 00609_distributed_with_case_when_then: [ OK ] 1.95 sec.
2025-06-08 13:38:56 00612_count: [ OK ] 2.57 sec.
2025-06-08 13:38:56 00604_show_create_database: [ OK ] 0.57 sec.
2025-06-08 13:38:57 00674_join_on_syntax: [ OK ] 8.24 sec.
2025-06-08 13:38:57 00623_truncate_table: [ OK ] 4.76 sec.
2025-06-08 13:38:58 00570_empty_array_is_const: [ OK ] 0.79 sec.
2025-06-08 13:38:59 00601_kill_running_query: [ OK ] 2.42 sec.
2025-06-08 13:38:59 00586_removing_unused_columns_from_subquery: [ OK ] 2.49 sec.
2025-06-08 13:38:59 00596_limit_on_expanded_ast: [ OK ] 2.49 sec.
2025-06-08 13:38:59 00569_parse_date_time_best_effort: [ OK ] 0.77 sec.
2025-06-08 13:38:59 00566_enum_min_max: [ OK ] 0.67 sec.
2025-06-08 13:39:00 00559_filter_array_generic: [ OK ] 0.66 sec.
2025-06-08 13:39:00 00578_merge_table_and_table_virtual_column: [ OK ] 3.41 sec.
2025-06-08 13:39:00 00564_initial_column_values_with_default_expression: [ OK ] 1.21 sec.
2025-06-08 13:39:01 00558_aggregate_merge_totals_with_arenas: [ OK ] 1.23 sec.
2025-06-08 13:39:01 00553_buff_exists_materlized_column: [ OK ] 1.39 sec.
2025-06-08 13:39:01 00552_logical_functions_simple: [ OK ] 1.20 sec.
2025-06-08 13:39:02 00552_or_nullable: [ OK ] 1.67 sec.
2025-06-08 13:39:02 00534_exp10: [ OK ] 0.78 sec.
2025-06-08 13:39:02 00535_parse_float_scientific: [ OK ] 1.03 sec.
2025-06-08 13:39:04 00520_tuple_values_interpreter: [ OK ] 1.10 sec.
2025-06-08 13:39:05 00700_decimal_complex_types: [ OK ] 21.53 sec.
2025-06-08 13:39:05 00521_multidimensional: [ OK ] 3.39 sec.
2025-06-08 13:39:06 00514_interval_operators: [ OK ] 3.00 sec.
2025-06-08 13:39:07 00550_join_insert_select: [ OK ] 5.72 sec.
2025-06-08 13:39:07 00502_string_concat_with_array: [ OK ] 0.95 sec.
2025-06-08 13:39:07 00503_cast_const_nullable: [ OK ] 1.14 sec.
2025-06-08 13:39:07 00507_array_no_params: [ OK ] 3.79 sec.
2025-06-08 13:39:08 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.80 sec.
2025-06-08 13:39:08 00495_reading_const_zero_column: [ OK ] 1.04 sec.
2025-06-08 13:39:08 00499_json_enum_insert: [ OK ] 1.13 sec.
2025-06-08 13:39:08 00477_parsing_data_types: [ OK ] 0.50 sec.
2025-06-08 13:39:08 00632_get_sample_block_cache: [ OK ] 16.43 sec.
2025-06-08 13:39:09 00471_sql_style_quoting: [ OK ] 0.67 sec.
2025-06-08 13:39:09 00487_if_array_fixed_string: [ OK ] 1.00 sec.
2025-06-08 13:39:09 00462_json_true_false_literals: [ OK ] 0.91 sec.
2025-06-08 13:39:10 00453_top_k: [ OK ] 1.03 sec.
2025-06-08 13:39:10 00453_cast_enum: [ OK ] 1.37 sec.
2025-06-08 13:39:11 00938_fix_rwlock_segfault_long: [ OK ] 64.49 sec.
2025-06-08 13:39:11 00447_foreach_modifier: [ OK ] 2.56 sec.
2025-06-08 13:39:11 00445_join_nullable_keys: [ OK ] 1.44 sec.
2025-06-08 13:39:12 00434_tonullable: [ OK ] 0.79 sec.
2025-06-08 13:39:14 00500_point_in_polygon_non_const_poly: [ OK ] 7.75 sec.
2025-06-08 13:39:15 00458_merge_type_cast: [ OK ] 6.60 sec.
2025-06-08 13:39:15 00432_aggregate_function_scalars_and_constants: [ OK ] 3.51 sec.
2025-06-08 13:39:18 00405_output_format_pretty_color: [ OK ] 2.99 sec.
2025-06-08 13:39:19 00409_shard_limit_by: [ OK ] 4.17 sec.
2025-06-08 13:39:21 00387_use_client_time_zone: [ OK ] 1.85 sec.
2025-06-08 13:39:21 00431_if_nulls: [ OK ] 9.89 sec.
2025-06-08 13:39:23 00368_format_option_collision: [ OK ] 1.88 sec.
2025-06-08 13:39:23 00384_column_aggregate_function_insert_from: [ OK ] 2.26 sec.
2025-06-08 13:39:25 00361_shared_array_offsets_and_squash_blocks: [ OK ] 1.41 sec.
2025-06-08 13:39:26 00360_to_date_from_string_with_datetime: [ OK ] 0.72 sec.
2025-06-08 13:39:27 00357_to_string_complex_types: [ OK ] 1.17 sec.
2025-06-08 13:39:28 00355_array_of_non_const_convertible_types: [ OK ] 0.75 sec.
2025-06-08 13:39:29 00365_statistics_in_formats: [ OK ] 5.59 sec.
2025-06-08 13:39:30 00443_optimize_final_vertical_merge: [ OK ] 19.65 sec.
2025-06-08 13:39:30 00351_select_distinct_arrays_tuples: [ OK ] 0.97 sec.
2025-06-08 13:39:31 00346_if_tuple: [ OK ] 1.25 sec.
2025-06-08 13:39:31 00354_host_command_line_option: [ OK ] 3.24 sec.
2025-06-08 13:39:32 00335_bom: [ OK ] 1.66 sec.
2025-06-08 13:39:32 00334_column_aggregate_function_limit: [ OK ] 1.31 sec.
2025-06-08 13:39:33 00322_disable_checksumming: [ OK ] 1.45 sec.
2025-06-08 13:39:33 00315_quantile_off_by_one: [ OK ] 1.01 sec.
2025-06-08 13:39:34 00308_write_buffer_valid_utf8: [ OK ] 0.65 sec.
2025-06-08 13:39:34 00300_csv: [ OK ] 0.83 sec.
2025-06-08 13:39:34 00311_array_primary_key: [ OK ] 1.57 sec.
2025-06-08 13:39:35 00296_url_parameters: [ OK ] 1.56 sec.
2025-06-08 13:39:37 00564_versioned_collapsing_merge_tree: [ OK ] 38.45 sec.
2025-06-08 13:39:37 00278_insert_already_sorted: [ OK ] 3.59 sec.
2025-06-08 13:39:38 00421_storage_merge__table_index: [ OK ] 26.11 sec.
2025-06-08 13:39:39 00263_merge_aggregates_and_overflow: [ OK ] 1.16 sec.
2025-06-08 13:39:39 00234_disjunctive_equality_chains_optimization: [ OK ] 0.82 sec.
2025-06-08 13:39:39 00275_shard_quantiles_weighted: [ OK ] 3.92 sec.
2025-06-08 13:39:39 00232_format_readable_decimal_size: [ OK ] 0.74 sec.
2025-06-08 13:39:40 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 1.94 sec.
2025-06-08 13:39:40 00227_quantiles_timing_arbitrary_order: [ OK ] 0.97 sec.
2025-06-08 13:39:41 00218_like_regexp_newline: [ OK ] 1.07 sec.
2025-06-08 13:39:41 00213_multiple_global_in: [ OK ] 0.89 sec.
2025-06-08 13:39:41 00215_primary_key_order_zookeeper_long: [ OK ] 1.72 sec.
2025-06-08 13:39:41 00229_prewhere_column_missing: [ OK ] 2.40 sec.
2025-06-08 13:39:42 00204_extract_url_parameter: [ OK ] 0.61 sec.
2025-06-08 13:39:42 00210_insert_select_extremes_http: [ OK ] 1.65 sec.
2025-06-08 13:39:43 00159_whitespace_in_columns_list: [ OK ] 0.92 sec.
2025-06-08 13:39:44 00154_shard_distributed_with_distinct: [ OK ] 0.93 sec.
2025-06-08 13:39:45 00181_aggregate_functions_statistics_stable: [ OK ] 3.72 sec.
2025-06-08 13:39:46 00276_sample: [ OK ] 11.82 sec.
2025-06-08 13:39:46 00149_function_url_hash: [ OK ] 1.51 sec.
2025-06-08 13:39:46 00136_duplicate_order_by_elems: [ OK ] 0.83 sec.
2025-06-08 13:39:47 00120_join_and_group_by: [ OK ] 0.99 sec.
2025-06-08 13:39:47 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 1.11 sec.
2025-06-08 13:39:48 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 38.83 sec.
2025-06-08 13:39:48 00395_nullable: [ OK ] 30.20 sec.
2025-06-08 13:39:48 00118_storage_join: [ OK ] 2.05 sec.
2025-06-08 13:39:49 00098_l_union_all: [ OK ] 1.13 sec.
2025-06-08 13:39:50 00105_shard_collations: [ OK ] 3.30 sec.
2025-06-08 13:39:51 00098_shard_i_union_all: [ OK ] 2.17 sec.
2025-06-08 13:39:51 00098_7_union_all: [ OK ] 0.75 sec.
2025-06-08 13:39:51 00098_1_union_all: [ OK ] 1.75 sec.
2025-06-08 13:39:52 00098_j_union_all: [ OK ] 0.83 sec.
2025-06-08 13:39:53 00100_subquery_table_identifier: [ OK ] 5.28 sec.
2025-06-08 13:39:55 00082_append_trailing_char_if_absent: [ OK ] 1.14 sec.
2025-06-08 13:39:56 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 5.00 sec.
2025-06-08 13:39:57 00084_summing_merge_tree: [ OK ] 5.00 sec.
2025-06-08 13:39:57 00080_show_tables_and_system_tables: [ OK ] 2.22 sec.
2025-06-08 13:39:58 00065_shard_float_literals_formatting: [ OK ] 0.77 sec.
2025-06-08 13:39:58 00071_insert_fewer_columns: [ OK ] 1.16 sec.
2025-06-08 13:39:58 00055_join_two_numbers: [ OK ] 0.77 sec.
2025-06-08 13:39:59 00050_any_left_join: [ OK ] 0.79 sec.
2025-06-08 13:39:59 00045_sorting_by_fixed_string_descending: [ OK ] 0.81 sec.
2025-06-08 13:40:00 00041_aggregation_remap: [ OK ] 0.87 sec.
2025-06-08 13:40:00
2025-06-08 13:40:00 123 tests passed. 1 tests skipped. 573.43 s elapsed (ForkPoolWorker-6).
2025-06-08 13:40:00 00003_reinterpret_as_string: [ OK ] 0.73 sec.
2025-06-08 13:40:00
2025-06-08 13:40:00 95 tests passed. 0 tests skipped. 573.91 s elapsed (ForkPoolWorker-8).
2025-06-08 13:40:05 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 8.39 sec.
2025-06-08 13:40:05
2025-06-08 13:40:05 99 tests passed. 0 tests skipped. 579.23 s elapsed (ForkPoolWorker-7).
2025-06-08 13:40:06 00183_skip_unavailable_shards: [ OK ] 24.99 sec.
2025-06-08 13:40:06
2025-06-08 13:40:06 124 tests passed. 0 tests skipped. 580.29 s elapsed (ForkPoolWorker-3).
2025-06-08 13:40:22 00111_shard_external_sort_distributed: [ OK ] 34.68 sec.
2025-06-08 13:40:22
2025-06-08 13:40:22 129 tests passed. 1 tests skipped. 595.63 s elapsed (ForkPoolWorker-2).
2025-06-08 13:40:30 00160_merge_and_index_in_in: [ OK ] 48.23 sec.
2025-06-08 13:40:30
2025-06-08 13:40:30 92 tests passed. 0 tests skipped. 604.00 s elapsed (ForkPoolWorker-4).
2025-06-08 13:40:52 00411_long_accurate_number_comparison_int2: [ OK ] 98.30 sec.
2025-06-08 13:40:52
2025-06-08 13:40:52 137 tests passed. 0 tests skipped. 625.73 s elapsed (ForkPoolWorker-9).
2025-06-08 13:41:39 00090_union_race_conditions_1: [ OK ] 107.53 sec.
2025-06-08 13:41:39
2025-06-08 13:41:39 143 tests passed. 1 tests skipped. 672.69 s elapsed (ForkPoolWorker-5).
2025-06-08 13:41:39
2025-06-08 13:41:39 Running 95 stateless tests (MainProcess).
2025-06-08 13:41:39
2025-06-08 13:41:41 02990_rmt_replica_path_uuid: [ OK ] 2.17 sec.
2025-06-08 13:42:04 02980_dist_insert_readonly_replica: [ OK ] 22.37 sec.
2025-06-08 13:43:34 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 89.56 sec.
2025-06-08 13:43:48 02944_dynamically_change_filesystem_cache_size: [ OK ] 14.53 sec.
2025-06-08 13:44:10 02867_page_cache: [ OK ] 21.00 sec.
2025-06-08 13:44:27 02841_parquet_filter_pushdown: [ OK ] 16.89 sec.
2025-06-08 13:44:27 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 13:44:34 02751_ip_types_aggregate_functions_states: [ OK ] 7.41 sec.
2025-06-08 13:48:14 02735_parquet_encoder: [ OK ] 220.20 sec.
2025-06-08 13:48:47 02725_start_stop_fetches: [ OK ] 32.83 sec.
2025-06-08 13:48:52 02706_show_columns: [ OK ] 4.87 sec.
2025-06-08 13:49:03 02572_system_logs_materialized_views_ignore_errors: [ OK ] 10.89 sec.
2025-06-08 13:49:06 02541_arrow_duration_type: [ OK ] 2.49 sec.
2025-06-08 13:49:51 02535_max_parallel_replicas_custom_key: [ OK ] 44.56 sec.
2025-06-08 13:49:56 02503_insert_storage_snapshot: [ OK ] 5.19 sec.
2025-06-08 13:50:10 02497_trace_events_stress_long: [ OK ] 14.32 sec.
2025-06-08 13:50:12 02494_query_cache_user_quotas_after_drop: [ OK ] 1.73 sec.
2025-06-08 13:50:13 02494_query_cache_exception_handling: [ OK ] 1.10 sec.
2025-06-08 13:50:23 02494_trace_log_profile_events: [ OK ] 9.21 sec.
2025-06-08 13:50:25 02482_json_nested_arrays_with_same_keys: [ OK ] 1.87 sec.
2025-06-08 13:50:28 02481_custom_separated_and_template_with_csv_field: [ OK ] 3.58 sec.
2025-06-08 13:50:31 02458_hdfs_cluster_schema_inference: [ OK ] 2.33 sec.
2025-06-08 13:50:32 02422_msgpack_uuid_wrong_column: [ OK ] 1.24 sec.
2025-06-08 13:50:34 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 1.46 sec.
2025-06-08 13:50:38 02391_recursive_buffer: [ OK ] 4.61 sec.
2025-06-08 13:50:41 02385_profile_events_overflow: [ OK ] 2.01 sec.
2025-06-08 13:50:43 02373_heap_buffer_overflow_in_avro: [ OK ] 2.71 sec.
2025-06-08 13:51:07 02352_rwlock: [ OK ] 23.31 sec.
2025-06-08 13:51:08 02323_null_modifier_in_table_function: [ OK ] 1.08 sec.
2025-06-08 13:52:08 02286_mysql_dump_input_format: [ OK ] 59.52 sec.
2025-06-08 13:52:17 02262_column_ttl: [ OK ] 9.31 sec.
2025-06-08 13:52:34 02247_written_bytes_quota: [ OK ] 16.40 sec.
2025-06-08 13:52:35 02244_lowcardinality_hash_join: [ OK ] 1.48 sec.
2025-06-08 13:53:24 02241_filesystem_cache_on_write_operations: [ OK ] 47.65 sec.
2025-06-08 13:54:47 02228_merge_tree_insert_memory_usage: [ OK ] 82.97 sec.
2025-06-08 13:54:51 02185_values_schema_inference: [ OK ] 4.46 sec.
2025-06-08 13:54:54 02179_dict_reload_on_cluster: [ OK ] 2.30 sec.
2025-06-08 13:54:55 02177_temporary_table_current_database_http_session: [ OK ] 1.66 sec.
2025-06-08 13:55:26 02167_format_from_file_extension: [ OK ] 30.35 sec.
2025-06-08 13:55:59 02149_schema_inference: [ OK ] 33.46 sec.
2025-06-08 13:55:59 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 13:56:19 02118_deserialize_whole_text: [ OK ] 19.35 sec.
2025-06-08 13:56:23 02105_table_function_file_partiotion_by: [ OK ] 4.19 sec.
2025-06-08 13:56:24 02103_sql_user_defined_functions_composition: [ OK ] 0.91 sec.
2025-06-08 13:56:50 02103_tsv_csv_custom_null_representation: [ OK ] 26.13 sec.
2025-06-08 13:56:52 02096_rename_atomic_hang: [ OK ] 1.86 sec.
2025-06-08 13:56:55 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 2.28 sec.
2025-06-08 13:57:01 02015_global_in_threads: [ OK ] 5.84 sec.
2025-06-08 13:57:02 01948_dictionary_quoted_database_name: [ OK ] 1.54 sec.
2025-06-08 13:57:07 01945_system_warnings: [ OK ] 4.60 sec.
2025-06-08 13:57:11 01902_table_function_merge_db_repr: [ OK ] 4.12 sec.
2025-06-08 13:57:13 01889_postgresql_protocol_null_fields: [ OK ] 1.95 sec.
2025-06-08 13:57:14 01837_database_memory_ddl_dictionaries: [ OK ] 1.06 sec.
2025-06-08 13:57:49 01710_projection_vertical_merges: [ OK ] 34.39 sec.
2025-06-08 13:57:55 01685_ssd_cache_dictionary_complex_key: [ OK ] 5.72 sec.
2025-06-08 13:57:57 01670_dictionary_create_key_expression: [ OK ] 1.81 sec.
2025-06-08 13:57:58 01646_system_restart_replicas_smoke: [ OK ] 1.40 sec.
2025-06-08 13:58:08 01643_replicated_merge_tree_fsync_smoke: [ OK ] 9.18 sec.
2025-06-08 13:58:09 01600_multiple_left_join_with_aliases: [ OK ] 1.28 sec.
2025-06-08 13:58:10 01575_disable_detach_table_of_dictionary: [ OK ] 1.17 sec.
2025-06-08 13:58:13 01517_drop_mv_with_inner_table: [ OK ] 2.24 sec.
2025-06-08 13:58:16 01474_executable_dictionary: [ OK ] 3.30 sec.
2025-06-08 13:58:56 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 40.26 sec.
2025-06-08 13:58:59 01457_create_as_table_function_structure: [ OK ] 2.08 sec.
2025-06-08 13:59:04 01456_modify_column_type_via_add_drop_update: [ OK ] 5.70 sec.
2025-06-08 14:03:12 01442_merge_detach_attach_long: [ OK ] 247.23 sec.
2025-06-08 14:03:27 01417_freeze_partition_verbose: [ OK ] 15.03 sec.
2025-06-08 14:03:29 01392_column_resolve: [ OK ] 1.82 sec.
2025-06-08 14:03:44 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 14.73 sec.
2025-06-08 14:03:46 01355_alter_column_with_order: [ OK ] 1.94 sec.
2025-06-08 14:04:03 01338_long_select_and_alter_zookeeper: [ OK ] 16.90 sec.
2025-06-08 14:04:16 01305_replica_create_drop_zookeeper: [ OK ] 12.70 sec.
2025-06-08 14:04:17 01293_system_distribution_queue: [ OK ] 1.80 sec.
2025-06-08 14:04:20 01281_unsucceeded_insert_select_queries_counter: [ OK ] 2.48 sec.
2025-06-08 14:04:30 01280_ssd_complex_key_dictionary: [ OK ] 10.30 sec.
2025-06-08 14:05:20 01275_parallel_mv: [ OK ] 49.60 sec.
2025-06-08 14:05:22 01259_dictionary_custom_settings_ddl: [ OK ] 2.08 sec.
2025-06-08 14:05:24 01225_drop_dictionary_as_table: [ OK ] 1.23 sec.
2025-06-08 14:06:11 01192_rename_database_zookeeper: [ OK ] 47.63 sec.
2025-06-08 14:06:18 01155_rename_move_materialized_view: [ OK ] 6.80 sec.
2025-06-08 14:06:24 01148_zookeeper_path_macros_unfolding: [ OK ] 5.53 sec.
2025-06-08 14:06:25 01125_dict_ddl_cannot_add_column: [ OK ] 1.29 sec.
2025-06-08 14:06:26 01113_local_dictionary_type_conversion: [ OK ] 1.09 sec.
2025-06-08 14:06:36 01098_temporary_and_external_tables: [ OK ] 9.65 sec.
2025-06-08 14:07:11 01098_msgpack_format: [ OK ] 35.06 sec.
2025-06-08 14:07:50 01083_expressions_in_engine_arguments: [ OK ] 38.42 sec.
2025-06-08 14:07:57 01070_modify_ttl: [ OK ] 6.74 sec.
2025-06-08 14:07:59 01069_database_memory: [ OK ] 1.70 sec.
2025-06-08 14:08:02 01065_window_view_event_hop_watch_bounded: [ OK ] 2.97 sec.
2025-06-08 14:08:04 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 2.26 sec.
2025-06-08 14:08:10 01013_sync_replica_timeout_zookeeper: [ OK ] 5.44 sec.
2025-06-08 14:08:12 00985_merge_stack_overflow: [ OK ] 2.03 sec.
2025-06-08 14:08:12 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build
2025-06-08 14:11:18 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 186.24 sec.
2025-06-08 14:12:04 00719_parallel_ddl_db: [ OK ] 45.76 sec.
2025-06-08 14:12:04
2025-06-08 14:12:04 92 tests passed. 3 tests skipped. 1825.08 s elapsed (MainProcess).
2025-06-08 14:12:08 Won't run stateful tests because test data wasn't loaded.
2025-06-08 14:12:08 Checking the hung queries: done
2025-06-08 14:12:08
2025-06-08 14:12:08 No queries hung.
2025-06-08 14:12:08 All tests have finished.
2025-06-08 14:12:08
2025-06-08 14:12:08 Top patterns of log messages:
2025-06-08 14:12:08
2025-06-08 14:12:08 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-06-08 14:12:08
2025-06-08 14:12:08 1. 35402 0.047 3.09 MiB 0.031 1 1014 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-06-08 14:12:08 2. 34910 0.046 1.98 MiB 0.02 3 613 ['Trace'] 0.001 Access granted: {}{}
2025-06-08 14:12:08 3. 33699 0.044 6.74 MiB 0.068 1 283 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-06-08 14:12:08 4. 33678 0.044 5.04 MiB 0.051 4 282 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-06-08 14:12:08 5. 33502 0.044 1.22 MiB 0.012 1 1014 ['Trace'] 0 Aggregation method: {}
2025-06-08 14:12:08 6. 26831 0.035 8.09 MiB 0.082 1 392 ['Trace'] 0.002 Query {} to stage {}{}
2025-06-08 14:12:08 7. 26580 0.035 8.60 MiB 0.087 1 392 ['Trace'] 0.002 Query {} from stage {} to stage {}{}
2025-06-08 14:12:08 8. 25162 0.033 685.64 KiB 0.007 1 121 ['Debug'] 0 Processed in {} sec.
2025-06-08 14:12:08 9. 24318 0.032 261.23 KiB 0.003 1 925 ['Trace'] 0 Aggregating
2025-06-08 14:12:08 10. 22893 0.03 1.83 MiB 0.019 1 1000 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-06-08 14:12:08 11. 22844 0.03 1.79 MiB 0.018 1 278 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-06-08 14:12:08 12. 22698 0.03 1016.36 KiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-06-08 14:12:08 13. 14945 0.02 1.03 MiB 0.01 1 1267 ['Trace'] 0.494 Reserved {} on local disk {}, having unreserved {}.
2025-06-08 14:12:08 14. 14528 0.019 1.19 MiB 0.012 6 333 ['Debug'] 0.996 {} Authenticating user '{}' from {}
2025-06-08 14:12:08 15. 14528 0.019 1.59 MiB 0.016 6 333 ['Debug'] 0.996 {} Authenticated with global context as user {}
2025-06-08 14:12:08 16. 14511 0.019 1.25 MiB 0.013 6 333 ['Debug'] 0.996 {} Logout, user_id: {}
2025-06-08 14:12:08 17. 14363 0.019 1.53 MiB 0.016 4 282 ['Debug'] 1 {} Creating session context with user_id: {}
2025-06-08 14:12:08 18. 14336 0.019 1.96 MiB 0.02 1 2 ['Trace'] 1 Creating part at path {}
2025-06-08 14:12:08 19. 13018 0.017 1.50 MiB 0.015 670 528 ['Trace'] 0.337 Renaming temporary part {} to {} with tid {}.
2025-06-08 14:12:08 20. 12104 0.016 570.65 KiB 0.006 1 125 ['Debug'] 0.199 Peak memory usage{}: {}.
2025-06-08 14:12:08 21. 11964 0.016 829.61 KiB 0.008 667 1024 ['Trace'] 0.506 Trying to reserve {} using storage policy from min volume index {}
2025-06-08 14:12:08 22. 11818 0.016 562.47 KiB 0.006 1 547 ['Trace'] 0.305 filled checksums {}
2025-06-08 14:12:08 23. 9468 0.012 1.71 MiB 0.017 3 279 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-06-08 14:12:08 24. 9464 0.012 11.20 MiB 0.113 2 279 ['Trace'] 1 Request URI: {}
2025-06-08 14:12:08 25. 9074 0.012 186.09 KiB 0.002 2 279 ['Debug'] 0.086 Done processing query
2025-06-08 14:12:08 26. 8269 0.011 654.29 KiB 0.006 477 99 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-06-08 14:12:08 27. 7153 0.009 160.66 KiB 0.002 1 923 ['Trace'] 0 Merging aggregated data
2025-06-08 14:12:08 28. 6590 0.009 620.24 KiB 0.006 1 39 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-06-08 14:12:08 29. 6134 0.008 592.24 KiB 0.006 1 121 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-06-08 14:12:08 30. 6134 0.008 200.24 KiB 0.002 2 121 ['Trace'] 1 TCP Request. Address: {}
2025-06-08 14:12:08 31. 6109 0.008 161.08 KiB 0.002 1 115 ['Debug'] 1 Done processing connection.
2025-06-08 14:12:08 32. 5628 0.007 206.89 KiB 0.002 535 119 ['Debug'] 0.005 Key condition: {}
2025-06-08 14:12:08 33. 5323 0.007 606.79 KiB 0.006 531 119 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-06-08 14:12:08 34. 4707 0.006 243.62 KiB 0.002 451 113 ['Trace'] 0.005 Spreading mark ranges among streams (default reading)
2025-06-08 14:12:08 35. 4416 0.006 377.96 KiB 0.004 173 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-06-08 14:12:08 36. 4364 0.006 607.42 KiB 0.006 119 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-06-08 14:12:08 37. 3872 0.005 349.70 KiB 0.003 89 515 ['Trace'] 0.999 Insert entry {} to queue with type {}
2025-06-08 14:12:08 38. 3830 0.005 306.91 KiB 0.003 125 954 ['Trace'] 0.957 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-06-08 14:12:08 39. 3750 0.005 95.21 KiB 0.001 89 515 ['Debug'] 0.999 Pulled {} entries to queue.
2025-06-08 14:12:08 40. 3750 0.005 216.06 KiB 0.002 89 515 ['Debug'] 0.999 Pulling {} entries to queue: {} - {}
2025-06-08 14:12:08 41. 3655 0.005 493.10 KiB 0.005 1 62 ['Debug'] 0 Before join block: '{}'
2025-06-08 14:12:08 42. 3655 0.005 745.52 KiB 0.007 1 62 ['Debug'] 0 After join block: '{}'
2025-06-08 14:12:08 43. 3581 0.005 129.79 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {}
2025-06-08 14:12:08 44. 3581 0.005 208.68 KiB 0.002 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-06-08 14:12:08 45. 3404 0.004 262.61 KiB 0.003 1 214 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-06-08 14:12:08 46. 3369 0.004 388.85 KiB 0.004 1 76 ['Trace'] 0.012 PREWHERE condition was split into {} steps: {}
2025-06-08 14:12:08 47. 3363 0.004 359.36 KiB 0.004 1 29 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-06-08 14:12:08 48. 2658 0.004 111.38 KiB 0.001 106 32 ['Debug'] 0.293 Committing part {} to zookeeper
2025-06-08 14:12:08 49. 2588 0.003 185.44 KiB 0.002 81 815 ['Trace'] 0.004 Running binary search on index range for part {} ({} marks)
2025-06-08 14:12:08 50. 2588 0.003 79.27 KiB 0.001 81 815 ['Trace'] 0.004 Found {} range in {} steps
2025-06-08 14:12:08 51. 2588 0.003 78.03 KiB 0.001 81 815 ['Trace'] 0.004 Found (RIGHT) boundary mark: {}
2025-06-08 14:12:08 52. 2588 0.003 74.91 KiB 0.001 81 815 ['Trace'] 0.004 Found (LEFT) boundary mark: {}
2025-06-08 14:12:08 53. 2285 0.003 149.48 KiB 0.001 1 637 ['Debug'] 1 Execute load job '{}' in {}
2025-06-08 14:12:08 54. 2285 0.003 46.86 KiB 0 1 845 ['Debug'] 1 Stop worker in {}
2025-06-08 14:12:08 55. 2285 0.003 20.08 KiB 0 2 89 ['Trace'] 0.002 No tables
2025-06-08 14:12:08 56. 2285 0.003 71.41 KiB 0.001 1 719 ['Debug'] 0.498 Spawn loader worker #{} in {}
2025-06-08 14:12:08 57. 2285 0.003 156.17 KiB 0.002 1 89 ['Debug'] 0.002 Schedule load job '{}' into {}
2025-06-08 14:12:08 58. 2285 0.003 158.40 KiB 0.002 1 637 ['Debug'] 1 Finish load job '{}' with status {}
2025-06-08 14:12:08 59. 2284 0.003 180.64 KiB 0.002 1 89 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-06-08 14:12:08 60. 2280 0.003 75.70 KiB 0.001 1 761 ['Debug'] 0.501 Change current priority: {} -> {}
2025-06-08 14:12:08 61. 2161 0.003 88.13 KiB 0.001 106 32 ['Debug'] 0.361 Part {} committed to zookeeper
2025-06-08 14:12:08 62. 2099 0.003 259.68 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-06-08 14:12:08 63. 1976 0.003 157.51 KiB 0.002 1 809 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-06-08 14:12:08 64. 1918 0.003 76.79 KiB 0.001 1 221 ['Debug'] 0.46 Will use old analyzer to prepare mutation
2025-06-08 14:12:08 65. 1856 0.002 166.96 KiB 0.002 1 777 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-06-08 14:12:08 66. 1844 0.002 152.67 KiB 0.002 1 45 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-06-08 14:12:08 67. 1843 0.002 62.95 KiB 0.001 1 45 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-06-08 14:12:08 68. 1842 0.002 53.96 KiB 0.001 171 509 ['Debug'] 0.991 Updating strategy picker state
2025-06-08 14:12:08 69. 1787 0.002 230.49 KiB 0.002 1 45 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-06-08 14:12:08 70. 1766 0.002 115.16 KiB 0.001 205 45 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-06-08 14:12:08 71. 1685 0.002 203.30 KiB 0.002 555 357 ['Debug'] 0.919 Removing {} parts from filesystem (serially): Parts: [{}]
2025-06-08 14:12:08 72. 1671 0.002 88.81 KiB 0.001 178 505 ['Debug'] 0.863 Selected {} parts from {} to {}
2025-06-08 14:12:08 73. 1662 0.002 110.09 KiB 0.001 1 157 ['Debug'] 0 Will kill query {} (synchronously)
2025-06-08 14:12:08 74. 1626 0.002 312.37 KiB 0.003 1 63 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2025-06-08 14:12:08 75. 1578 0.002 102.00 KiB 0.001 1 75 ['Trace'] 0.008 {}Join data is being destroyed, {} bytes and {} rows in hash table
2025-06-08 14:12:08 76. 1480 0.002 109.18 KiB 0.001 83 218 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2025-06-08 14:12:08 77. 1465 0.002 292.99 KiB 0.003 1 457 ['Information'] 1 Removing metadata {} of dropped table {}
2025-06-08 14:12:08 78. 1465 0.002 187.20 KiB 0.002 1 457 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-06-08 14:12:08 79. 1464 0.002 108.66 KiB 0.001 1 85 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-06-08 14:12:08 80. 1373 0.002 43.44 KiB 0 19 33 ['Debug'] 0 Requested flush up to offset {}
2025-06-08 14:12:08 81. 1306 0.002 32.03 KiB 0 1 79 ['Trace'] 0.014 {} -> {}
2025-06-08 14:12:08 82. 1230 0.002 145.58 KiB 0.001 69 32 ['Debug'] 1 Fetching part {} from {}:{}
2025-06-08 14:12:08 83. 1208 0.002 87.91 KiB 0.001 1 79 ['Trace'] 0.015 The min valid primary key position for moving to the tail of PREWHERE is {}
2025-06-08 14:12:08 84. 1191 0.002 85.57 KiB 0.001 69 359 ['Trace'] 0.044 Used generic exclusion search over index for part {} with {} steps
2025-06-08 14:12:08 85. 1149 0.002 122.29 KiB 0.001 79 95 ['Trace'] 0.888 Found {} old parts to remove. Parts: [{}]
2025-06-08 14:12:08 86. 1149 0.002 123.41 KiB 0.001 79 95 ['Debug'] 0.888 Removing {} parts from memory: Parts: [{}]
2025-06-08 14:12:08 87. 1143 0.002 93.77 KiB 0.001 1086 89 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-06-08 14:12:08 88. 1143 0.002 66.85 KiB 0.001 1 89 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2025-06-08 14:12:08 89. 1138 0.002 41.12 KiB 0 69 30 ['Trace'] 1 Checking disk {} with type {}
2025-06-08 14:12:08 90. 1138 0.002 97.80 KiB 0.001 69 30 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2025-06-08 14:12:08 91. 1110 0.001 39.78 KiB 0 126 67 ['Debug'] 0 MinMax index condition: {}
2025-06-08 14:12:08 92. 1055 0.001 55.50 KiB 0.001 3 94 ['Trace'] 0.942 List of all grants: {}
2025-06-08 14:12:08 93. 1055 0.001 78.54 KiB 0.001 3 94 ['Trace'] 0.942 List of all grants including implicit: {}
2025-06-08 14:12:08 94. 1055 0.001 80.36 KiB 0.001 3 94 ['Trace'] 0.942 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2025-06-08 14:12:08 95. 1047 0.001 72.52 KiB 0.001 1020 16 ['Trace'] 1 Executing log entry to mutate part {} to {}
2025-06-08 14:12:08 96. 1043 0.001 64.22 KiB 0.001 1 89 ['Debug'] 0.002 Wait load job '{}' in {}
2025-06-08 14:12:08 97. 1040 0.001 115.17 KiB 0.001 1013 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {}
2025-06-08 14:12:08 98. 999 0.001 69.09 KiB 0.001 32 319 ['Trace'] 0.999 Adding mutation {} for {} partitions (data versions: {})
2025-06-08 14:12:08 99. 988 0.001 39.56 KiB 0 30 326 ['Trace'] 1 Will check if mutation {} is done
2025-06-08 14:12:09 100. 988 0.001 26.05 KiB 0 30 326 ['Trace'] 1 Mutation {} is done
2025-06-08 14:12:09
2025-06-08 14:12:09
2025-06-08 14:12:09
2025-06-08 14:12:09 Top messages without format string (fmt::runtime):
2025-06-08 14:12:09
2025-06-08 14:12:09 count pattern runtime_message line
2025-06-08 14:12:09
2025-06-08 14:12:09 1. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:34104) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 S ('/executeQuery.cpp',219)
2025-06-08 14:12:09 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',219)
2025-06-08 14:12:09 3. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace:
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',219)
2025-06-08 14:12:09 4. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:57324) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying ('/executeQuery.cpp',219)
2025-06-08 14:12:09 5. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:58760) (comment: 02843_backup_use_sam ('/executeQuery.cpp',219)
2025-06-08 14:12:09 6. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-06-08 14:12:09 7. 2 CodeDBExceptionReceivedfromDBExc Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace:
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e8c8189
2025-06-08 14:12:09 1. ('/executeQuery.cpp',219)
2025-06-08 14:12:09 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10426.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:52910) (in query: ), Stack trace (when copying this message, always include the lines below):
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/l ('/executeQuery.cpp',219)
2025-06-08 14:12:09 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',219)
2025-06-08 14:12:09 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-06-08 14:12:09 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 13. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701)
2025-06-08 14:12:09 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-06-08 14:12:09 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-06-08 14:12:09 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 15. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:60772) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitm ('/executeQuery.cpp',219)
2025-06-08 14:12:09 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 18. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-06-08 14:12:09
2025-06-08 14:12:09 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701)
2025-06-08 14:12:09 19. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_5r40ttmb/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222)
2025-06-08 14:12:09 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-06-08 14:12:09 21. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.18.10426.altinitystable (altinity build)) (from [::1]:48098) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in quer ('/executeQuery.cpp',219)
2025-06-08 14:12:09 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2025-06-08 14:12:09 commit index 0
2025-06-08 14:12:09 term 0
2025-06-08 14:12:09 election timer allowed
2025-06-08 14:12:09 log store start 1, end 0
2025-06-08 14:12:09 config log idx 0, prev log idx 0
2025-06-08 14:12:09 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 26. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-06-08 14:12:09 28. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50)
2025-06-08 14:12:09 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2025-06-08 14:12:21 30. 1 startingup starting up ('',0)
2025-06-08 14:12:21
2025-06-08 14:12:21
2025-06-08 14:12:21
2025-06-08 14:12:21 Top messages not matching their format strings:
2025-06-08 14:12:21
2025-06-08 14:12:21 message_format_string count() any_message
2025-06-08 14:12:21
2025-06-08 14:12:21 1. 28 Forked a child process to watch
2025-06-08 14:12:21 2. Query {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete
2025-06-08 14:12:21 3. Query {} from stage {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2025-06-08 14:12:21 4. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 8 /var/lib/clickhouse/disks/s3_disk/store/316/3166c5c4-e0ab-4f1f-83c3-942ac54f6e13/tmp_insert_all_7_7_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 2 similar messages)
2025-06-08 14:12:21 5. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:60796) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data:
2025-06-08 14:12:21 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^ WatchID c*5/ !p~JavaEnable Title GoodEvent EventTime 7��Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnabl�������sMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime &��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID ��F�ӓ2qJavaEnable Title GoodEvent EventTime n$�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ǘ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage P��amPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID l!�|�@HJavaEnable Title GoodEvent EventTime �)�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime }��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID �ǐ=ЌWJavaEnable Title GoodEvent EventTime 8*�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ݞ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID � WatchID ��E&LyJavaEnable Title GoodEvent EventTime J��Q EventDate > CounterID ClientIP ��I`RegionID ' UserID q��Jd8CounterClass OS UserAgent URL - http://holodilnik.ru/russia/05jul2013&model=0Referer IsRefresh RefererCategoryID RefererRegionID URLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �
2025-06-08 14:12:24 o���eCLID � WatchID ��k=��pJavaEnable Title GoodEvent EventTime ��Q EventDate > CounterID Clien����Q9�HRegionID G UserID
�Ks}��CounterClass OS UserAgent URL H http://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID 0= URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4
PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID :��W��mOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime A��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash ��
�#�\CLID � WatchID �1��o�CJavaEnable Title GoodEvent EventTime �0�Q EventDate > CounterID ClientIP �^{]RegionID � UserID &n%�t"6CounterClas⋯
2025-06-08 14:12:24
2025-06-08 14:12:24
2025-06-08 14:12:24
2025-06-08 14:12:24 Top short messages:
2025-06-08 14:12:24
2025-06-08 14:12:24 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-06-08 14:12:24
2025-06-08 14:12:24 1. 13 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 1, UInt32(size = 1), UInt8(size = 1)) Nullable(s 62
2025-06-08 14:12:24 2. 5 {} Server was built with sanitizer. It will work slowly. 27
2025-06-08 14:12:24 3. 5 Froze {} parts Froze 10 parts -13
2025-06-08 14:12:24 4. 4 Creating {}: {} Creating table test_qw58z2dm.test: CREATE TABLE IF NOT EXISTS test_qw58z2dm.test UUID '11eb1076-ad5d-413b-8134-05e275532 211
2025-06-08 14:12:24 5. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.18.10426.altinitystable ( 29
2025-06-08 14:12:24
2025-06-08 14:12:24
2025-06-08 14:12:24
2025-06-08 14:12:24 Top messages by level:
2025-06-08 14:12:24
2025-06-08 14:12:24 (0.0005613010589616457,'Query was cancelled') Error
2025-06-08 14:12:24 (0.000027669770512193805,'The leftovers from table {} were removed by another replica') Warning
2025-06-08 14:12:24 (0.001930295895255425,'Removing metadata {} of dropped table {}') Information
2025-06-08 14:12:24 (0.044407346455831796,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-06-08 14:12:24 (0.046673632421592434,'Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)') Trace
2025-06-08 14:12:24
2025-06-08 14:12:24
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
Files in current directory
+ ls -la ./
total 137436
drwxr-xr-x 1 root root 4096 Jun 8 14:03 .
drwxr-xr-x 1 root root 4096 Jun 8 14:03 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 13:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 8 13:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 8 13:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 50867 Jun 8 14:12 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 13:29 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 13:24 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 8 13:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 13:28 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 13:29 etc
drwxr-xr-x 1 1000 1000 4096 Jun 8 13:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 13:29 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 13:28 package_folder
drwxr-x--- 2 root root 4096 Jun 8 13:30 preprocessed_configs
dr-xr-xr-x 309 root root 0 Jun 8 13:28 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 8 14:08 root
drwxr-xr-x 1 root root 4096 Jun 8 13:28 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 13:29 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 13:28 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 13:30 test_output
drwxrwxrwt 1 root root 32768 Jun 8 14:12 tmp
drwxr-xr-x 2 root root 4096 Jun 8 13:31 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137436
drwxr-xr-x 1 root root 4096 Jun 8 14:03 .
drwxr-xr-x 1 root root 4096 Jun 8 14:03 ..
-rw-rw-r-- 1 1000 1000 300 Jun 8 13:24 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Jun 8 13:29 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jun 8 13:29 __azurite_db_blob__.json
-rw-r--r-- 1 root root 50867 Jun 8 14:12 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jun 8 13:29 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 8800 Jun 8 13:24 broken_tests.json
drwxr-xr-x 5 root root 340 Jun 8 13:28 dev
-rwxr-xr-x 1 root root 0 Jun 8 13:28 .dockerenv
drwxr-xr-x 1 root root 4096 Jun 8 13:29 etc
drwxr-xr-x 1 1000 1000 4096 Jun 8 13:29 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 Jun 8 13:29 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jun 8 13:28 package_folder
drwxr-x--- 2 root root 4096 Jun 8 13:30 preprocessed_configs
dr-xr-xr-x 309 root root 0 Jun 8 13:28 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 Jun 8 14:08 root
drwxr-xr-x 1 root root 4096 Jun 8 13:28 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jun 8 13:29 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jun 8 13:28 sys
drwxrwxr-x 2 1000 1000 4096 Jun 8 13:30 test_output
drwxrwxrwt 1 root root 32768 Jun 8 14:12 tmp
drwxr-xr-x 2 root root 4096 Jun 8 13:31 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
+ /process_functional_tests_result.py
2025-06-08 14:12:24,367 File /analyzer_tech_debt.txt with broken tests found
2025-06-08 14:12:24,367 File /broken_tests.json with broken tests found
2025-06-08 14:12:24,367 Broken tests in the list: 73
2025-06-08 14:12:24,367 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-06-08 14:12:24,374 Is flaky check: False
2025-06-08 14:12:24,374 Result parsed
2025-06-08 14:12:24,375 Result written
+ clickhouse-client -q 'system flush logs'
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
+ tee /dev/stderr
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ err='++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'''
+ echo '++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'''
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Sent terminate signal to process with pid 725.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725.
The process with pid = 725 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]